Html Css Color HEX #C6B376 Ecru

📋 copy color: '#C6B376'

red 198 ◦ green 179 ◦ blue 118

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

Shades of Ecru #C6B376

Tints of Ecru #C6B376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 40%
G = 36.16%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C6B376 (or 0xC6B376) is known color: Ecru. HEX triplet: C6, B3 and 76. RGB value is (198,179,118). Sum of RGB (Red+Green+Blue) = 198+179+118=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B376 is #394C89. Grayscale: #B1B1B1. Windows color (decimal): -3755146 or 7779270. OLE color: 7779270.

HSL color Cylindrical-coordinate representation of color #C6B376: hue angle of 45.75º 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 #C6B376 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 118 -
CMYK 0 0.10 0.40 0.22
HSL 45.75º 0.41% 0.62% -
HSV(B) 45.75º 0.4% 0.78% -
XYZ 42.68 45.55 23.68 -
YUV 177.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 198 179 118 0 0.10 0.40 0.22 45.75 0.41 0.62
Hex C6 B3 76 0 A 28 16 2E 29 3E
Octal 306 263 166 0 12 50 26 56 51 76
Binary 11000110 10110011 1110110 0 1010 101000 10110 101110 101001 111110

Color Harmonies of #C6B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B376

Black with #C6B376

Text Example


Text Example

White with #C6B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B376; }

 p { color: rgb(198,179,118); }

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

background-color css

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

 a { background-color: rgb(198,179,118); }

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

border-color css

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

 span { border-color: rgb(198,179,118); }

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