#60866C

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

Shades of Sirocco #60866C

Tints of Sirocco #60866C

Color information

#60866C (or 0x60866C) is unknown color: approx Sirocco. HEX triplet: 60, 86 and 6C. RGB value is (96,134,108). Sum of RGB (Red+Green+Blue) = 96+134+108=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #60866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60866C is #9F7993. Grayscale: #777777. Windows color (decimal): -10451348 or 7112288. OLE color: 7112288.

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

Color convert

RGB96134108-
CMYK0.2800.190.47
HSL138.95º16.52%45.1%-
HSV(B)138.95º28.36%52.55%-
XYZ16.0620.6217.32-
YUV119.67121.41111.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=28.40%
G=39.64%
B=31.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341080.2800.190.47138.9516.5245.1
Hex60866C1C0132F8b112d
Octal14020615434023572132155
Binary1100000100001101101100111000100111011111000101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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