#606863

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

Shades of Sirocco #606863

Tints of Sirocco #606863

Color information

#606863 (or 0x606863) is unknown color: approx Sirocco. HEX triplet: 60, 68 and 63. RGB value is (96,104,99). Sum of RGB (Red+Green+Blue) = 96+104+99=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #606863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606863 is #9F979C. Grayscale: #656565. Windows color (decimal): -10459037 or 6514784. OLE color: 6514784.

HSL color Cylindrical-coordinate representation of color #606863: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606863 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB9610499-
CMYK0.0800.050.59
HSL142.5º4%39.22%-
HSV(B)142.5º7.69%40.78%-
XYZ12.0313.2913.74-
YUV101.04126.85124.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=32.11%
G=34.78%
B=33.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104990.0800.050.59142.5439.22
Hex6068638053B8e427
Octal140150143100573216447
Binary1100000110100011000111000010111101110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606863; }

 p { color: rgb(96,104,99); }

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

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

 a { background-color: rgb(96,104,99); }

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

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

 span { border-color: rgb(96,104,99); }

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