#656F79

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

Shades of Raven #656F79

Tints of Raven #656F79

Color information

#656F79 (or 0x656F79) is unknown color: approx Raven. HEX triplet: 65, 6F and 79. RGB value is (101,111,121). Sum of RGB (Red+Green+Blue) = 101+111+121=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 121 - color contains mainly: blue. Hex color #656F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F79 is #9A9086. Grayscale: #6D6D6D. Windows color (decimal): -10129543 or 7958373. OLE color: 7958373.

HSL color Cylindrical-coordinate representation of color #656F79: hue angle of 210º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #656F79 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB101111121-
CMYK0.170.0800.53
HSL210º9.01%43.53%-
HSV(B)210º16.53%47.45%-
XYZ14.515.5220.32-
YUV109.15134.69122.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=30.33%
G=33.33%
B=36.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011111210.170.0800.532109.0143.53
Hex656F79118035d292c
Octal14515717121100653221154
Binary1100101110111111110011000110000110101110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,121); }

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

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

 a { background-color: rgb(101,111,121); }

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

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

 span { border-color: rgb(101,111,121); }

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