#656973

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

Shades of Raven #656973

Tints of Raven #656973

Color information

#656973 (or 0x656973) is unknown color: approx Raven. HEX triplet: 65, 69 and 73. RGB value is (101,105,115). Sum of RGB (Red+Green+Blue) = 101+105+115=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #656973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656973 is #9A968C. Grayscale: #686868. Windows color (decimal): -10131085 or 7563621. OLE color: 7563621.

HSL color Cylindrical-coordinate representation of color #656973: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656973 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101105115-
CMYK0.120.0900.55
HSL222.86º6.48%42.35%-
HSV(B)222.86º12.17%45.1%-
XYZ13.5114.1118.23-
YUV104.94133.67125.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=31.46%
G=32.71%
B=35.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011051150.120.0900.55222.866.4842.35
Hex656973C9037df62a
Octal1451511631411067337652
Binary11001011101001111001111001001011011111011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656973; }

 p { color: rgb(101,105,115); }

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

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

 a { background-color: rgb(101,105,115); }

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

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

 span { border-color: rgb(101,105,115); }

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