#635F72

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

Shades of Smoky #635F72

Tints of Smoky #635F72

Color information

#635F72 (or 0x635F72) is unknown color: approx Smoky. HEX triplet: 63, 5F and 72. RGB value is (99,95,114). Sum of RGB (Red+Green+Blue) = 99+95+114=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #635F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F72 is #9CA08D. Grayscale: #626262. Windows color (decimal): -10264718 or 7495523. OLE color: 7495523.

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

Color convert

RGB9995114-
CMYK0.130.1700.55
HSL252.63º9.09%40.98%-
HSV(B)252.63º16.67%44.71%-
XYZ12.2812.0517.6-
YUV98.36136.83128.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=32.14%
G=30.84%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99951140.130.1700.55252.639.0940.98
Hex635F72D11037fd929
Octal14313716215210673751151
Binary1100011101111111100101101100010110111111111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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