Html Css Color HEX #C6B385 Ecru

📋 copy color: '#C6B385'

red 198 ◦ green 179 ◦ blue 133

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

Shades of Ecru #C6B385

Tints of Ecru #C6B385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 38.82%
G = 35.1%
B = 26.08%

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

#C6B385 (or 0xC6B385) is known color: Ecru. HEX triplet: C6, B3 and 85. RGB value is (198,179,133). Sum of RGB (Red+Green+Blue) = 198+179+133=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B385 is #394C7A. Grayscale: #B3B3B3. Windows color (decimal): -3755131 or 8762310. OLE color: 8762310.

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

Color convert

RGB 198 179 133 -
CMYK 0 0.10 0.33 0.22
HSL 42.46º 0.36% 0.65% -
HSV(B) 42.46º 0.33% 0.78% -
XYZ 43.64 45.94 28.76 -
YUV 179.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 198 179 133 0 0.10 0.33 0.22 42.46 0.36 0.65
Hex C6 B3 85 0 A 21 16 2A 24 41
Octal 306 263 205 0 12 41 26 52 44 101
Binary 11000110 10110011 10000101 0 1010 100001 10110 101010 100100 1000001

Color Harmonies of #C6B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B385

Black with #C6B385

Text Example


Text Example

White with #C6B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B385; }

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

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

background-color css

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

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

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

border-color css

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

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

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