Html Css Color HEX #C6B077 Ecru

📋 copy color: '#C6B077'

red 198 ◦ green 176 ◦ blue 119

#C6B077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #C6B077

Tints of Ecru #C6B077

RGB

 RED value IS 198 (77.73% from 255) = 40.16%

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 40.16%
G = 35.7%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6B077 (or 0xC6B077) is known color: Ecru. HEX triplet: C6, B0 and 77. RGB value is (198,176,119). Sum of RGB (Red+Green+Blue) = 198+176+119=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B077 is #394F88. Grayscale: #B0B0B0. Windows color (decimal): -3755913 or 7844038. OLE color: 7844038.

HSL color Cylindrical-coordinate representation of color #C6B077: hue angle of 43.29º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6B077 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 176 119 -
CMYK 0 0.11 0.40 0.22
HSL 43.29º 0.41% 0.62% -
HSV(B) 43.29º 0.4% 0.78% -
XYZ 42.14 44.39 23.8 -
YUV 176.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 198 176 119 0 0.11 0.40 0.22 43.29 0.41 0.62
Hex C6 B0 77 0 B 28 16 2B 29 3E
Octal 306 260 167 0 13 50 26 53 51 76
Binary 11000110 10110000 1110111 0 1011 101000 10110 101011 101001 111110

Color Harmonies of #C6B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B077

Black with #C6B077

Text Example


Text Example

White with #C6B077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B077; }

 p { color: rgb(198,176,119); }

 H1.HeaderClassName
 {
   color: #C6B077;
 }
 .AnyTagClassName
 {
   color: #C6B077;
 }
</style>

background-color css

<style>
 a { background-color: #C6B077; }

 a { background-color: rgb(198,176,119); }

 div.DivClassName
 {
   background-color: #C6B077;
 }
 .BgClassName
 {
   background-color: #C6B077;
 }
</style>

border-color css

<style>
 span { border-color: #C6B077; }

 span { border-color: rgb(198,176,119); }

 td.TdClassName
 {
   border-color: #C6B077;
 }
 .TagClassName
 {
   border-color: #C6B077;
 }
</style>