#696D75

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

Shades of Raven #696D75

Tints of Raven #696D75

Color information

#696D75 (or 0x696D75) is unknown color: approx Raven. HEX triplet: 69, 6D and 75. RGB value is (105,109,117). Sum of RGB (Red+Green+Blue) = 105+109+117=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #696D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D75 is #96928A. Grayscale: #6C6C6C. Windows color (decimal): -9867915 or 7695721. OLE color: 7695721.

HSL color Cylindrical-coordinate representation of color #696D75: hue angle of 220º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696D75 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105109117-
CMYK0.100.0700.54
HSL220º5.41%43.53%-
HSV(B)220º10.26%45.88%-
XYZ14.5115.2219-
YUV108.72132.67125.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=31.72%
G=32.93%
B=35.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051091170.100.0700.542205.4143.53
Hex696D75A7036dc52c
Octal151155165127066334554
Binary1101001110110111101011010111011011011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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