#656A76

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

Shades of Raven #656A76

Tints of Raven #656A76

Color information

#656A76 (or 0x656A76) is unknown color: approx Raven. HEX triplet: 65, 6A and 76. RGB value is (101,106,118). Sum of RGB (Red+Green+Blue) = 101+106+118=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #656A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A76 is #9A9589. Grayscale: #696969. Windows color (decimal): -10130826 or 7760485. OLE color: 7760485.

HSL color Cylindrical-coordinate representation of color #656A76: hue angle of 222.35º degrees, saturation: 0.08, 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 #656A76 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB101106118-
CMYK0.140.1000.54
HSL222.35º7.76%42.94%-
HSV(B)222.35º14.41%46.27%-
XYZ13.7914.3819.19-
YUV105.87134.84124.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=31.08%
G=32.62%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011061180.140.1000.54222.357.7642.94
Hex656A76EA036de82b
Octal14515216616120663361053
Binary110010111010101110110111010100110110110111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656A76; }

 p { color: rgb(101,106,118); }

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

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

 a { background-color: rgb(101,106,118); }

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

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

 span { border-color: rgb(101,106,118); }

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