#60846C

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

Shades of Sirocco #60846C

Tints of Sirocco #60846C

Color information

#60846C (or 0x60846C) is unknown color: approx Sirocco. HEX triplet: 60, 84 and 6C. RGB value is (96,132,108). Sum of RGB (Red+Green+Blue) = 96+132+108=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #60846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60846C is #9F7B93. Grayscale: #767676. Windows color (decimal): -10451860 or 7111776. OLE color: 7111776.

HSL color Cylindrical-coordinate representation of color #60846C: hue angle of 140º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60846C is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB96132108-
CMYK0.2700.180.48
HSL140º15.79%44.71%-
HSV(B)140º27.27%51.76%-
XYZ15.7820.0717.23-
YUV118.5122.07111.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.57%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=28.57%
G=39.29%
B=32.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321080.2700.180.4814015.7944.71
Hex60846C1B012308c102d
Octal14020415433022602142055
Binary1100000100001001101100110110100101100001000110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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