#666972

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

Shades of Raven #666972

Tints of Raven #666972

Color information

#666972 (or 0x666972) is unknown color: approx Raven. HEX triplet: 66, 69 and 72. RGB value is (102,105,114). Sum of RGB (Red+Green+Blue) = 102+105+114=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #666972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666972 is #99968D. Grayscale: #696969. Windows color (decimal): -10065550 or 7498086. OLE color: 7498086.

HSL color Cylindrical-coordinate representation of color #666972: hue angle of 225º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666972 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102105114-
CMYK0.110.0800.55
HSL225º5.56%42.35%-
HSV(B)225º10.53%44.71%-
XYZ13.5714.1417.93-
YUV105.13133.01125.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=31.78%
G=32.71%
B=35.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021051140.110.0800.552255.5642.35
Hex666972B8037e162a
Octal1461511621310067341652
Binary11001101101001111001010111000011011111100001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666972; }

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

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

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

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

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

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

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

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