#606562

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

Shades of Sirocco #606562

Tints of Sirocco #606562

Color information

#606562 (or 0x606562) is unknown color: approx Sirocco. HEX triplet: 60, 65 and 62. RGB value is (96,101,98). Sum of RGB (Red+Green+Blue) = 96+101+98=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 101 - color contains mainly: green. Hex color #606562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606562 is #9F9A9D. Grayscale: #636363. Windows color (decimal): -10459806 or 6448480. OLE color: 6448480.

HSL color Cylindrical-coordinate representation of color #606562: hue angle of 144º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #606562 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB9610198-
CMYK0.0500.030.60
HSL144º2.54%38.63%-
HSV(B)144º4.95%39.61%-
XYZ11.6812.6813.39-
YUV99.16127.34125.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=32.54%
G=34.24%
B=33.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101980.0500.030.601442.5438.63
Hex6065625033C90327
Octal14014514250374220347
Binary1100000110010111000101010111111001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606562; }

 p { color: rgb(96,101,98); }

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

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

 a { background-color: rgb(96,101,98); }

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

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

 span { border-color: rgb(96,101,98); }

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