#666C76

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

Shades of Raven #666C76

Tints of Raven #666C76

Color information

#666C76 (or 0x666C76) is unknown color: approx Raven. HEX triplet: 66, 6C and 76. RGB value is (102,108,118). Sum of RGB (Red+Green+Blue) = 102+108+118=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #666C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C76 is #999389. Grayscale: #6B6B6B. Windows color (decimal): -10064778 or 7760998. OLE color: 7760998.

HSL color Cylindrical-coordinate representation of color #666C76: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666C76 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102108118-
CMYK0.140.0800.54
HSL217.5º7.27%43.14%-
HSV(B)217.5º13.56%46.27%-
XYZ14.1114.8619.26-
YUV107.35134.01124.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 108 (42.58% from 255) = 32.93%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=31.10%
G=32.93%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021081180.140.0800.54217.57.2743.14
Hex666C76E8036da72b
Octal1461541661610066332753
Binary11001101101100111011011101000011011011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666C76; }

 p { color: rgb(102,108,118); }

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

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

 a { background-color: rgb(102,108,118); }

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

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

 span { border-color: rgb(102,108,118); }

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