#C6BA93

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

Shades of Sisal #C6BA93

Tints of Sisal #C6BA93

Color information

#C6BA93 (or 0xC6BA93) is unknown color: approx Sisal. HEX triplet: C6, BA and 93. RGB value is (198,186,147). Sum of RGB (Red+Green+Blue) = 198+186+147=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA93 is #39456C. Grayscale: #B9B9B9. Windows color (decimal): -3753325 or 9681606. OLE color: 9681606.

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

Color convert

RGB198186147-
CMYK00.060.260.22
HSL45.88º30.91%67.65%-
HSV(B)45.88º25.76%77.65%-
XYZ46.1149.2334.68-
YUV185.14106.48137.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=37.29%
G=35.03%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818614700.060.260.2245.8830.9167.65
HexC6BA93061A162e1f44
Octal3062722230632265637104
Binary11000110101110101001001101101101010110101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA93; }

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

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

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

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

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

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

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

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