#60816C

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

Shades of Sirocco #60816C

Tints of Sirocco #60816C

Color information

#60816C (or 0x60816C) is unknown color: approx Sirocco. HEX triplet: 60, 81 and 6C. RGB value is (96,129,108). Sum of RGB (Red+Green+Blue) = 96+129+108=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #60816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60816C is #9F7E93. Grayscale: #747474. Windows color (decimal): -10452628 or 7111008. OLE color: 7111008.

HSL color Cylindrical-coordinate representation of color #60816C: hue angle of 141.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60816C is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB96129108-
CMYK0.2600.160.49
HSL141.82º14.67%44.12%-
HSV(B)141.82º25.58%50.59%-
XYZ15.3819.2717.1-
YUV116.74123.07113.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=28.83%
G=38.74%
B=32.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291080.2600.160.49141.8214.6744.12
Hex60816C1A010318ef2c
Octal14020115432020612161754
Binary110000010000001110110011010010000110001100011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60816C; }

 p { color: rgb(96,129,108); }

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

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

 a { background-color: rgb(96,129,108); }

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

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

 span { border-color: rgb(96,129,108); }

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