#60816E

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

Shades of Sirocco #60816E

Tints of Sirocco #60816E

Color information

#60816E (or 0x60816E) is unknown color: approx Sirocco. HEX triplet: 60, 81 and 6E. RGB value is (96,129,110). Sum of RGB (Red+Green+Blue) = 96+129+110=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #60816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60816E is #9F7E91. Grayscale: #757575. Windows color (decimal): -10452626 or 7242080. OLE color: 7242080.

HSL color Cylindrical-coordinate representation of color #60816E: hue angle of 145.45º 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 #60816E is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB96129110-
CMYK0.2600.150.49
HSL145.45º14.67%44.12%-
HSV(B)145.45º25.58%50.59%-
XYZ15.4919.3117.66-
YUV116.97124.07113.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=28.66%
G=38.51%
B=32.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291100.2600.150.49145.4514.6744.12
Hex60816E1A0F3191f2c
Octal14020115632017612211754
Binary11000001000000111011101101001111110001100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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