#656D7A

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

Shades of Raven #656D7A

Tints of Raven #656D7A

Color information

#656D7A (or 0x656D7A) is unknown color: approx Raven. HEX triplet: 65, 6D and 7A. RGB value is (101,109,122). Sum of RGB (Red+Green+Blue) = 101+109+122=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #656D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D7A is #9A9285. Grayscale: #6C6C6C. Windows color (decimal): -10130054 or 8023397. OLE color: 8023397.

HSL color Cylindrical-coordinate representation of color #656D7A: hue angle of 217.14º 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 #656D7A is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB101109122-
CMYK0.170.1100.52
HSL217.14º9.42%43.73%-
HSV(B)217.14º17.21%47.84%-
XYZ14.3515.1120.57-
YUV108.09135.85122.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=30.42%
G=32.83%
B=36.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1011091220.170.1100.52217.149.4243.73
Hex656D7A11B034d992c
Octal14515517221130643311154
Binary1100101110110111110101000110110110100110110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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