#635C76

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

Shades of Smoky #635C76

Tints of Smoky #635C76

Color information

#635C76 (or 0x635C76) is unknown color: approx Smoky. HEX triplet: 63, 5C and 76. RGB value is (99,92,118). Sum of RGB (Red+Green+Blue) = 99+92+118=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #635C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C76 is #9CA389. Grayscale: #606060. Windows color (decimal): -10265482 or 7756899. OLE color: 7756899.

HSL color Cylindrical-coordinate representation of color #635C76: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #635C76 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9992118-
CMYK0.160.2200.54
HSL256.15º12.38%41.18%-
HSV(B)256.15º22.03%46.27%-
XYZ12.2411.6118.74-
YUV97.06139.82129.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=32.04%
G=29.77%
B=38.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99921180.160.2200.54256.1512.3841.18
Hex635C761016036100c29
Octal14313416620260664001451
Binary110001110111001110110100001011001101101000000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635C76; }

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

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

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

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

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

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

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

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