color codes Logo

#c6591f color codes

#C6591F
(198,89,31)
0 Favorites   0 Comments

Color spaces of #c6591f

RGB 1988931
HSL0.060.730.45
HSV21°84°78°
CMYK 0.000.550.84   0.22
XYZ27.108419.24953.5831
Yxy19.24950.54280.3854
Hunter Lab43.874333.509125.8699
CIE-Lab50.977840.425651.3881

#c6591f color RGB value is (198,89,31).

#c6591f hex color red value is 198, green value is 89 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c6591f hue: 0.06 , saturation: 0.73 and the lightness value of c6591f is 0.45.

The process color (four color CMYK) of #c6591f color code is 0.00, 0.55, 0.84, 0.22. Web safe color of #c6591f is #cc6633. Color #c6591f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011001 00011111
Octal 306 131 37
Decimal 198 89 31
Hex C6 59 1F

RGB Percentages of Color #c6591f

%62.26
%27.99
%9.75

CMYK Percentages of Color #c6591f

%0
%55
%84
%22

Triadic Colors of #c6591f

#c6591f #1fc659 #591fc6

Analogous Colors of #c6591f

#c6591f #c6ad1f #c61f39

Monochromatic Colors of #c6591f

#c6591f

Complementary Color

#c6591f #1f8cc6

#c6591f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6591f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6591f Color CSS Codes

.mybgcolor {background-color:#c6591f; } 
.myforecolor {color:#c6591f; }
.mybordercolor {border:3px solid #c6591f; }

#c6591f Text Font Color

<p style="color:#c6591f">Text here</p>

This sample text font color is #c6591f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6591f Background Color

<div style="background-color:#c6591f">
Div content here</div>

This div background color is #c6591f


#c6591f Border Color

<div style="border:3px solid #c6591f">
Div here</div>

This div border color is #c6591f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,89,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6591f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6591f;
  -webkit-box-shadow: 1px 1px 3px 2px #c6591f;
  box-shadow:         1px 1px 3px 2px #c6591f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,89,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6591f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6591f;
  -webkit-box-shadow: 1px 1px 3px 2px #c6591f;
  box-shadow:         1px 1px 3px 2px #c6591f;">
Div content here</div>

This div box has shadow with color #c6591f


Comments

No comments written yet.

Please login to write comment.