#60806C

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

Shades of Sirocco #60806C

Tints of Sirocco #60806C

Color information

#60806C (or 0x60806C) is unknown color: approx Sirocco. HEX triplet: 60, 80 and 6C. RGB value is (96,128,108). Sum of RGB (Red+Green+Blue) = 96+128+108=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #60806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60806C is #9F7F93. Grayscale: #747474. Windows color (decimal): -10452884 or 7110752. OLE color: 7110752.

HSL color Cylindrical-coordinate representation of color #60806C: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60806C is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB96128108-
CMYK0.2500.160.50
HSL142.5º14.29%43.92%-
HSV(B)142.5º25%50.2%-
XYZ15.2519.0117.05-
YUV116.15123.4113.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=28.92%
G=38.55%
B=32.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961281080.2500.160.50142.514.2943.92
Hex60806C19010328ee2c
Octal14020015431020622161654
Binary110000010000000110110011001010000110010100011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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