#60876C

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

Shades of Sirocco #60876C

Tints of Sirocco #60876C

Color information

#60876C (or 0x60876C) is unknown color: approx Sirocco. HEX triplet: 60, 87 and 6C. RGB value is (96,135,108). Sum of RGB (Red+Green+Blue) = 96+135+108=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #60876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60876C is #9F7893. Grayscale: #787878. Windows color (decimal): -10451092 or 7112544. OLE color: 7112544.

HSL color Cylindrical-coordinate representation of color #60876C: hue angle of 138.46º 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 #60876C is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB96135108-
CMYK0.2900.20.47
HSL138.46º16.88%45.29%-
HSV(B)138.46º28.89%52.94%-
XYZ16.1920.917.37-
YUV120.26121.08110.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=28.32%
G=39.82%
B=31.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351080.2900.20.47138.4616.8845.29
Hex60876C1D0142F8a112d
Octal14020715435024572122155
Binary1100000100001111101100111010101001011111000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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