#696D73

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

Shades of Raven #696D73

Tints of Raven #696D73

Color information

#696D73 (or 0x696D73) is unknown color: approx Raven. HEX triplet: 69, 6D and 73. RGB value is (105,109,115). Sum of RGB (Red+Green+Blue) = 105+109+115=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #696D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D73 is #96928C. Grayscale: #6C6C6C. Windows color (decimal): -9867917 or 7564649. OLE color: 7564649.

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

Color convert

RGB105109115-
CMYK0.090.0500.55
HSL216º4.55%43.14%-
HSV(B)216º8.7%45.1%-
XYZ14.3915.1818.39-
YUV108.49131.67125.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=31.91%
G=33.13%
B=34.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051091150.090.0500.552164.5543.14
Hex696D7395037d852b
Octal151155163115067330553
Binary1101001110110111100111001101011011111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696D73; }

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

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

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

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

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

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

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

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