Color Hex Logo

#c6672f Color Hex

#C6672F
(198,103,47)
0 Favorites   0 Comments

Color spaces of #c6672f

RGB 19810347
HSL0.060.620.48
HSV22°76°78°
CMYK 0.000.480.76   0.22
XYZ28.652021.91155.4085
Yxy21.91150.51190.3915
Hunter Lab46.809727.342025.9163
CIE-Lab53.933033.819947.0547

#c6672f color RGB value is (198,103,47).

#c6672f hex color red value is 198, green value is 103 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c6672f hue: 0.06 , saturation: 0.62 and the lightness value of c6672f is 0.48.

The process color (four color CMYK) of #c6672f color hex is 0.00, 0.48, 0.76, 0.22. Web safe color of #c6672f is #cc6633. Color #c6672f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100111 00101111
Octal 306 147 57
Decimal 198 103 47
Hex C6 67 2F

RGB Percentages of Color #c6672f

%56.90
%29.60
%13.51

CMYK Percentages of Color #c6672f

%0
%48
%76
%22

Triadic Colors of #c6672f

#c6672f #2fc667 #672fc6

Analogous Colors of #c6672f

#c6672f #c6b32f #c62f43

Monochromatic Colors of #c6672f

#c6672f

Complementary Color

#c6672f #2f8ec6

#c6672f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6672f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6672f Color CSS Codes

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

#c6672f Text Font Color

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

This sample text font color is #c6672f
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.


#c6672f Background Color

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

This div background color is #c6672f


#c6672f Border Color

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

This div border color is #c6672f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6672f


Comments

No comments written yet.

Please login to write comment.