Html Css Color HEX #C6B384 Ecru

📋 copy color: '#C6B384'

red 198 ◦ green 179 ◦ blue 132

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

Shades of Ecru #C6B384

Tints of Ecru #C6B384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.93%

R = 38.9%
G = 35.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C6B384 (or 0xC6B384) is known color: Ecru. HEX triplet: C6, B3 and 84. RGB value is (198,179,132). Sum of RGB (Red+Green+Blue) = 198+179+132=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B384 is #394C7B. Grayscale: #B3B3B3. Windows color (decimal): -3755132 or 8696774. OLE color: 8696774.

HSL color Cylindrical-coordinate representation of color #C6B384: hue angle of 42.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6B384 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 132 -
CMYK 0 0.10 0.33 0.22
HSL 42.73º 0.37% 0.65% -
HSV(B) 42.73º 0.33% 0.78% -
XYZ 43.57 45.91 28.4 -
YUV 179.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 198 179 132 0 0.10 0.33 0.22 42.73 0.37 0.65
Hex C6 B3 84 0 A 21 16 2B 25 41
Octal 306 263 204 0 12 41 26 53 45 101
Binary 11000110 10110011 10000100 0 1010 100001 10110 101011 100101 1000001

Color Harmonies of #C6B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B384

Black with #C6B384

Text Example


Text Example

White with #C6B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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