#636072

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

Shades of Smoky #636072

Tints of Smoky #636072

Color information

#636072 (or 0x636072) is unknown color: approx Smoky. HEX triplet: 63, 60 and 72. RGB value is (99,96,114). Sum of RGB (Red+Green+Blue) = 99+96+114=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #636072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636072 is #9C9F8D. Grayscale: #626262. Windows color (decimal): -10264462 or 7495779. OLE color: 7495779.

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

Color convert

RGB9996114-
CMYK0.130.1600.55
HSL250º8.57%41.18%-
HSV(B)250º15.79%44.71%-
XYZ12.3712.2317.63-
YUV98.95136.49128.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=32.04%
G=31.07%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99961140.130.1600.552508.5741.18
Hex636072D10037fa929
Octal14314016215200673721151
Binary1100011110000011100101101100000110111111110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636072; }

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

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

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

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

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

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

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

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