#60846E

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

Shades of Sirocco #60846E

Tints of Sirocco #60846E

Color information

#60846E (or 0x60846E) is unknown color: approx Sirocco. HEX triplet: 60, 84 and 6E. RGB value is (96,132,110). Sum of RGB (Red+Green+Blue) = 96+132+110=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #60846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60846E is #9F7B91. Grayscale: #767676. Windows color (decimal): -10451858 or 7242848. OLE color: 7242848.

HSL color Cylindrical-coordinate representation of color #60846E: hue angle of 143.33º 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 #60846E is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB96132110-
CMYK0.2700.170.48
HSL143.33º15.79%44.71%-
HSV(B)143.33º27.27%51.76%-
XYZ15.8920.1217.8-
YUV118.73123.07111.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 132 (51.95% from 255) = 39.05%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=28.40%
G=39.05%
B=32.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961321100.2700.170.48143.3315.7944.71
Hex60846E1B011308f102d
Octal14020415633021602172055
Binary1100000100001001101110110110100011100001000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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