#c6bb9f

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

Shades of Sisal #C6BB9F

Tints of Sisal #C6BB9F

Color information

#C6BB9F (or 0xC6BB9F) is unknown color: approx Sisal. HEX triplet: C6, BB and 9F. RGB value is (198,187,159). Sum of RGB (Red+Green+Blue) = 198+187+159=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB9F is #394460. Grayscale: #BBBBBB. Windows color (decimal): -3753057 or 10468294. OLE color: 10468294.

HSL color Cylindrical-coordinate representation of color #C6BB9F: hue angle of 43.08º degrees, saturation: 0.25, 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 #C6BB9F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198187159-
CMYK00.060.200.22
HSL43.08º25.49%70%-
HSV(B)43.08º19.7%77.65%-
XYZ47.3250.0539.97-
YUV187.1112.14135.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=36.40%
G=34.38%
B=29.23%

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
Decimal19818715900.060.200.2243.0825.4970
HexC6BB9F0614162b1946
Octal3062732370624265331106
Binary11000110101110111001111101101010010110101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6bb9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6bb9f; }

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

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

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

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

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

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

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

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