#607966

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

Shades of Sirocco #607966

Tints of Sirocco #607966

Color information

#607966 (or 0x607966) is unknown color: approx Sirocco. HEX triplet: 60, 79 and 66. RGB value is (96,121,102). Sum of RGB (Red+Green+Blue) = 96+121+102=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #607966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607966 is #9F8699. Grayscale: #6F6F6F. Windows color (decimal): -10454682 or 6715744. OLE color: 6715744.

HSL color Cylindrical-coordinate representation of color #607966: hue angle of 134.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607966 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB96121102-
CMYK0.2100.160.53
HSL134.4º11.52%42.55%-
HSV(B)134.4º20.66%47.45%-
XYZ14.0617.1215.13-
YUV111.36122.72117.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=30.09%
G=37.93%
B=31.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961211020.2100.160.53134.411.5242.55
Hex607966150103586c2b
Octal14017114625020652061453
Binary11000001111001110011010101010000110101100001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607966; }

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

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

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

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

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

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

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

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