#C6C098

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

Shades of Sisal #C6C098

Tints of Sisal #C6C098

Color information

#C6C098 (or 0xC6C098) is unknown color: approx Sisal. HEX triplet: C6, C0 and 98. RGB value is (198,192,152). Sum of RGB (Red+Green+Blue) = 198+192+152=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C098 is #393F67. Grayscale: #BDBDBD. Windows color (decimal): -3751784 or 10010822. OLE color: 10010822.

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

Color convert

RGB198192152-
CMYK00.030.230.22
HSL52.17º28.75%68.63%-
HSV(B)52.17º23.23%77.65%-
XYZ47.8151.9737.22-
YUV189.23106.99134.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.53%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=36.53%
G=35.42%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819215200.030.230.2252.1728.7568.63
HexC6C098031716341d45
Octal3063002300327266435105
Binary1100011011000000100110000111011110110110100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C098; }

 p { color: rgb(198,192,152); }

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

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

 a { background-color: rgb(198,192,152); }

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

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

 span { border-color: rgb(198,192,152); }

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