#C6BB9E

Color #C6BB9E Sisal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sisal #C6BB9E

Tints of Sisal #C6BB9E

Color information

#C6BB9E (or 0xC6BB9E) is unknown color: approx Sisal. HEX triplet: C6, BB and 9E. RGB value is (198,187,158). Sum of RGB (Red+Green+Blue) = 198+187+158=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB9E is #394461. Grayscale: #BBBBBB. Windows color (decimal): -3753058 or 10402758. OLE color: 10402758.

HSL color Cylindrical-coordinate representation of color #C6BB9E: hue angle of 43.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BB9E is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198187158-
CMYK00.060.200.22
HSL43.5º25.97%69.8%-
HSV(B)43.5º20.2%77.65%-
XYZ47.2350.0239.51-
YUV186.98111.64135.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=36.46%
G=34.44%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818715800.060.200.2243.525.9769.8
HexC6BB9E0614162c1a46
Octal3062732360624265432106
Binary11000110101110111001111001101010010110101100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB9E; }

 p { color: rgb(198,187,158); }

 H1.HeaderClassName
 {
   color: #C6BB9E;
 }
 .AnyTagClassName
 {
   color: #C6BB9E;
 }
</style>
background-color css

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

 a { background-color: rgb(198,187,158); }

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

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

 span { border-color: rgb(198,187,158); }

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