#C6BA94

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

Shades of Sisal #C6BA94

Tints of Sisal #C6BA94

Color information

#C6BA94 (or 0xC6BA94) is unknown color: approx Sisal. HEX triplet: C6, BA and 94. RGB value is (198,186,148). Sum of RGB (Red+Green+Blue) = 198+186+148=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA94 is #39456B. Grayscale: #B9B9B9. Windows color (decimal): -3753324 or 9747142. OLE color: 9747142.

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

Color convert

RGB198186148-
CMYK00.060.250.22
HSL45.6º30.49%67.84%-
HSV(B)45.6º25.25%77.65%-
XYZ46.1949.2635.09-
YUV185.26106.98137.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.22%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=37.22%
G=34.96%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818614800.060.250.2245.630.4967.84
HexC6BA940619162e1e44
Octal3062722240631265636104
Binary11000110101110101001010001101100110110101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BA94; }

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

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

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

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

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

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

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

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