#C6BAA4

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

Shades of Sisal #C6BAA4

Tints of Sisal #C6BAA4

Color information

#C6BAA4 (or 0xC6BAA4) is unknown color: approx Sisal. HEX triplet: C6, BA and A4. RGB value is (198,186,164). Sum of RGB (Red+Green+Blue) = 198+186+164=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAA4 is #39455B. Grayscale: #BBBBBB. Windows color (decimal): -3753308 or 10795718. OLE color: 10795718.

HSL color Cylindrical-coordinate representation of color #C6BAA4: hue angle of 38.82º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BAA4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB198186164-
CMYK00.060.170.22
HSL38.82º22.97%70.98%-
HSV(B)38.82º17.17%77.65%-
XYZ47.5549.842.23-
YUV187.08114.98135.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.13%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 164 (64.45% from 255) = 29.93%
R=36.13%
G=33.94%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818616400.060.170.2238.8222.9770.98
HexC6BAA4061116271747
Octal3062722440621264727107
Binary11000110101110101010010001101000110110100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BAA4; }

 p { color: rgb(198,186,164); }

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

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

 a { background-color: rgb(198,186,164); }

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

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

 span { border-color: rgb(198,186,164); }

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