#606966

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

Shades of William #606966

Tints of William #606966

Color information

#606966 (or 0x606966) is unknown color: approx William. HEX triplet: 60, 69 and 66. RGB value is (96,105,102). Sum of RGB (Red+Green+Blue) = 96+105+102=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 105 - color contains mainly: green. Hex color #606966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606966 is #9F9699. Grayscale: #656565. Windows color (decimal): -10458778 or 6711648. OLE color: 6711648.

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

Color convert

RGB96105102-
CMYK0.0900.030.59
HSL160º4.48%39.41%-
HSV(B)160º8.57%41.18%-
XYZ12.2713.5514.54-
YUV101.97128.02123.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=31.68%
G=34.65%
B=33.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961051020.0900.030.591604.4839.41
Hex6069669033Ba0427
Octal140151146110373240447
Binary110000011010011100110100101111101110100000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606966; }

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

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

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

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

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

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

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

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