Html Css Color HEX #636072 Smoky

📋 copy color: '#636072'

red 99 ◦ green 96 ◦ blue 114

#636072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #636072

Tints of Smoky #636072

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 value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#636072 (or 0x636072) is known color: 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

RGB 99 96 114 -
CMYK 0.13 0.16 0 0.55
HSL 250º 0.09% 0.41% -
HSV(B) 250º 0.16% 0.45% -
XYZ 12.37 12.23 17.63 -
YUV 98.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 99 96 114 0.13 0.16 0 0.55 250 0.09 0.41
Hex 63 60 72 D 10 0 37 FA 9 29
Octal 143 140 162 15 20 0 67 372 11 51
Binary 1100011 1100000 1110010 1101 10000 0 110111 11111010 1001 101001

Color Harmonies of #636072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636072

Black with #636072

Text Example


Text Example

White with #636072

Text Example


Text Example

HTML Codes & Css Web 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>