#656B76

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

Shades of Raven #656B76

Tints of Raven #656B76

Color information

#656B76 (or 0x656B76) is unknown color: approx Raven. HEX triplet: 65, 6B and 76. RGB value is (101,107,118). Sum of RGB (Red+Green+Blue) = 101+107+118=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #656B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B76 is #9A9489. Grayscale: #6A6A6A. Windows color (decimal): -10130570 or 7760741. OLE color: 7760741.

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

Color convert

RGB101107118-
CMYK0.140.0900.54
HSL218.82º7.76%42.94%-
HSV(B)218.82º14.41%46.27%-
XYZ13.8914.5919.22-
YUV106.46134.51124.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=30.98%
G=32.82%
B=36.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011071180.140.0900.54218.827.7642.94
Hex656B76E9036db82b
Octal14515316616110663331053
Binary110010111010111110110111010010110110110110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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