#656E7A

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

Shades of Raven #656E7A

Tints of Raven #656E7A

Color information

#656E7A (or 0x656E7A) is unknown color: approx Raven. HEX triplet: 65, 6E and 7A. RGB value is (101,110,122). Sum of RGB (Red+Green+Blue) = 101+110+122=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #656E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E7A is #9A9185. Grayscale: #6C6C6C. Windows color (decimal): -10129798 or 8023653. OLE color: 8023653.

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

Color convert

RGB101110122-
CMYK0.170.1000.52
HSL214.29º9.42%43.73%-
HSV(B)214.29º17.21%47.84%-
XYZ14.4615.3220.61-
YUV108.68135.52122.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=30.33%
G=33.03%
B=36.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011101220.170.1000.52214.299.4243.73
Hex656E7A11A034d692c
Octal14515617221120643261154
Binary1100101110111011110101000110100110100110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,110,122); }

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

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

 a { background-color: rgb(101,110,122); }

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

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

 span { border-color: rgb(101,110,122); }

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