#607066

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

Shades of Sirocco #607066

Tints of Sirocco #607066

Color information

#607066 (or 0x607066) is unknown color: approx Sirocco. HEX triplet: 60, 70 and 66. RGB value is (96,112,102). Sum of RGB (Red+Green+Blue) = 96+112+102=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #607066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607066 is #9F8F99. Grayscale: #6A6A6A. Windows color (decimal): -10456986 or 6713440. OLE color: 6713440.

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

Color convert

RGB96112102-
CMYK0.1400.090.56
HSL142.5º7.69%40.78%-
HSV(B)142.5º14.29%43.92%-
XYZ13.0215.0314.79-
YUV106.08125.7120.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=30.97%
G=36.13%
B=32.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961121020.1400.090.56142.57.6940.78
Hex607066E09388e829
Octal14016014616011702161051
Binary110000011100001100110111001001111000100011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607066; }

 p { color: rgb(96,112,102); }

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

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

 a { background-color: rgb(96,112,102); }

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

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

 span { border-color: rgb(96,112,102); }

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