#607864

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

Shades of Sirocco #607864

Tints of Sirocco #607864

Color information

#607864 (or 0x607864) is unknown color: approx Sirocco. HEX triplet: 60, 78 and 64. RGB value is (96,120,100). Sum of RGB (Red+Green+Blue) = 96+120+100=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #607864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607864 is #9F879B. Grayscale: #6E6E6E. Windows color (decimal): -10454940 or 6584416. OLE color: 6584416.

HSL color Cylindrical-coordinate representation of color #607864: hue angle of 130º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607864 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB96120100-
CMYK0.200.170.53
HSL130º11.11%42.35%-
HSV(B)130º20%47.06%-
XYZ13.8416.8414.58-
YUV110.54122.05117.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=30.38%
G=37.97%
B=31.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961201000.200.170.5313011.1142.35
Hex607864140113582b2a
Octal14017014424021652021352
Binary11000001111000110010010100010001110101100000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607864; }

 p { color: rgb(96,120,100); }

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

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

 a { background-color: rgb(96,120,100); }

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

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

 span { border-color: rgb(96,120,100); }

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