#60876D

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

Shades of Sirocco #60876D

Tints of Sirocco #60876D

Color information

#60876D (or 0x60876D) is unknown color: approx Sirocco. HEX triplet: 60, 87 and 6D. RGB value is (96,135,109). Sum of RGB (Red+Green+Blue) = 96+135+109=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #60876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60876D is #9F7892. Grayscale: #787878. Windows color (decimal): -10451091 or 7178080. OLE color: 7178080.

HSL color Cylindrical-coordinate representation of color #60876D: hue angle of 140º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60876D is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB96135109-
CMYK0.2900.190.47
HSL140º16.88%45.29%-
HSV(B)140º28.89%52.94%-
XYZ16.2520.9217.65-
YUV120.37121.58110.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=28.24%
G=39.71%
B=32.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351090.2900.190.4714016.8845.29
Hex60876D1D0132F8c112d
Octal14020715535023572142155
Binary1100000100001111101101111010100111011111000110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60876D; }

 p { color: rgb(96,135,109); }

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

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

 a { background-color: rgb(96,135,109); }

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

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

 span { border-color: rgb(96,135,109); }

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