#636976

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

Shades of Raven #636976

Tints of Raven #636976

Color information

#636976 (or 0x636976) is unknown color: approx Raven. HEX triplet: 63, 69 and 76. RGB value is (99,105,118). Sum of RGB (Red+Green+Blue) = 99+105+118=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #636976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636976 is #9C9689. Grayscale: #686868. Windows color (decimal): -10262154 or 7760227. OLE color: 7760227.

HSL color Cylindrical-coordinate representation of color #636976: hue angle of 221.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #636976 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB99105118-
CMYK0.160.1100.54
HSL221.05º8.76%42.55%-
HSV(B)221.05º16.1%46.27%-
XYZ13.4714.0619.14-
YUV104.69135.51123.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=30.75%
G=32.61%
B=36.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991051180.160.1100.54221.058.7642.55
Hex63697610B036dd92b
Octal14315116620130663351153
Binary1100011110100111101101000010110110110110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636976; }

 p { color: rgb(99,105,118); }

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

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

 a { background-color: rgb(99,105,118); }

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

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

 span { border-color: rgb(99,105,118); }

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