#60896F

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

Shades of Sirocco #60896F

Tints of Sirocco #60896F

Color information

#60896F (or 0x60896F) is unknown color: approx Sirocco. HEX triplet: 60, 89 and 6F. RGB value is (96,137,111). Sum of RGB (Red+Green+Blue) = 96+137+111=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #60896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60896F is #9F7690. Grayscale: #797979. Windows color (decimal): -10450577 or 7309664. OLE color: 7309664.

HSL color Cylindrical-coordinate representation of color #60896F: hue angle of 141.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60896F is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB96137111-
CMYK0.3000.190.46
HSL141.95º17.6%45.69%-
HSV(B)141.95º29.93%53.73%-
XYZ16.6421.5318.32-
YUV121.78121.92109.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=27.91%
G=39.83%
B=32.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371110.3000.190.46141.9517.645.69
Hex60896F1E0132E8e122e
Octal14021115736023562162256
Binary1100000100010011101111111100100111011101000111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60896F; }

 p { color: rgb(96,137,111); }

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

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

 a { background-color: rgb(96,137,111); }

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

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

 span { border-color: rgb(96,137,111); }

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