#607865

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

Shades of Sirocco #607865

Tints of Sirocco #607865

Color information

#607865 (or 0x607865) is unknown color: approx Sirocco. HEX triplet: 60, 78 and 65. RGB value is (96,120,101). Sum of RGB (Red+Green+Blue) = 96+120+101=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #607865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607865 is #9F879A. Grayscale: #6E6E6E. Windows color (decimal): -10454939 or 6649952. OLE color: 6649952.

HSL color Cylindrical-coordinate representation of color #607865: hue angle of 132.5º 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 #607865 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB96120101-
CMYK0.200.160.53
HSL132.5º11.11%42.35%-
HSV(B)132.5º20%47.06%-
XYZ13.8916.8614.83-
YUV110.66122.55117.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=30.28%
G=37.85%
B=31.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961201010.200.160.53132.511.1142.35
Hex607865140103584b2a
Octal14017014524020652041352
Binary11000001111000110010110100010000110101100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607865; }

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

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

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

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

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

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

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

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