#66717F

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

Shades of Raven #66717F

Tints of Raven #66717F

Color information

#66717F (or 0x66717F) is unknown color: approx Raven. HEX triplet: 66, 71 and 7F. RGB value is (102,113,127). Sum of RGB (Red+Green+Blue) = 102+113+127=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #66717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66717F is #998E80. Grayscale: #6F6F6F. Windows color (decimal): -10063489 or 8352102. OLE color: 8352102.

HSL color Cylindrical-coordinate representation of color #66717F: hue angle of 213.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66717F is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB102113127-
CMYK0.200.1100.50
HSL213.6º10.92%44.9%-
HSV(B)213.6º19.69%49.8%-
XYZ15.2216.1722.4-
YUV111.31136.86121.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 127 (50% from 255) = 37.13%
R=29.82%
G=33.04%
B=37.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021131270.200.1100.50213.610.9244.9
Hex66717F14B032d6b2d
Octal14616117724130623261355
Binary1100110111000111111111010010110110010110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66717F; }

 p { color: rgb(102,113,127); }

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

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

 a { background-color: rgb(102,113,127); }

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

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

 span { border-color: rgb(102,113,127); }

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