Color Hex Logo

#c6762d Color Hex

#C6762D
(198,118,45)
0 Favorites   0 Comments

Color spaces of #c6762d

RGB 19811845
HSL0.080.630.48
HSV29°77°78°
CMYK 0.000.400.77   0.22
XYZ30.240825.15215.7436
Yxy25.15210.49460.4114
Hunter Lab50.151919.867028.3162
CIE-Lab57.223325.723151.2396

#c6762d color RGB value is (198,118,45).

#c6762d hex color red value is 198, green value is 118 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c6762d hue: 0.08 , saturation: 0.63 and the lightness value of c6762d is 0.48.

The process color (four color CMYK) of #c6762d color hex is 0.00, 0.40, 0.77, 0.22. Web safe color of #c6762d is #cc6633. Color #c6762d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110110 00101101
Octal 306 166 55
Decimal 198 118 45
Hex C6 76 2D

RGB Percentages of Color #c6762d

%54.85
%32.69
%12.47

CMYK Percentages of Color #c6762d

%0
%40
%77
%22

Triadic Colors of #c6762d

#c6762d #2dc676 #762dc6

Analogous Colors of #c6762d

#c6762d #c6c32d #c62d31

Monochromatic Colors of #c6762d

#c6762d

Complementary Color

#c6762d #2d7dc6

#c6762d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6762d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6762d Color CSS Codes

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

#c6762d Text Font Color

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

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


#c6762d Background Color

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

This div background color is #c6762d


#c6762d Border Color

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

This div border color is #c6762d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6762d


Comments

No comments written yet.

Please login to write comment.