#635C72

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

Shades of Smoky #635C72

Tints of Smoky #635C72

Color information

#635C72 (or 0x635C72) is unknown color: approx Smoky. HEX triplet: 63, 5C and 72. RGB value is (99,92,114). Sum of RGB (Red+Green+Blue) = 99+92+114=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #635C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C72 is #9CA38D. Grayscale: #606060. Windows color (decimal): -10265486 or 7494755. OLE color: 7494755.

HSL color Cylindrical-coordinate representation of color #635C72: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635C72 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9992114-
CMYK0.130.1900.55
HSL259.09º10.68%40.39%-
HSV(B)259.09º19.3%44.71%-
XYZ12.0111.5217.51-
YUV96.6137.82129.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=32.46%
G=30.16%
B=37.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99921140.130.1900.55259.0910.6840.39
Hex635C72D13037103b28
Octal14313416215230674031350
Binary11000111011100111001011011001101101111000000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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