#636069

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

Shades of Smoky #636069

Tints of Smoky #636069

Color information

#636069 (or 0x636069) is unknown color: approx Smoky. HEX triplet: 63, 60 and 69. RGB value is (99,96,105). Sum of RGB (Red+Green+Blue) = 99+96+105=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #636069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636069 is #9C9F96. Grayscale: #616161. Windows color (decimal): -10264471 or 6905955. OLE color: 6905955.

HSL color Cylindrical-coordinate representation of color #636069: hue angle of 260º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #636069 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9996105-
CMYK0.060.0900.59
HSL260º4.48%39.41%-
HSV(B)260º8.57%41.18%-
XYZ11.8812.0415.06-
YUV97.92131.99128.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 105 (41.41% from 255) = 35%
R=33%
G=32%
B=35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99961050.060.0900.592604.4839.41
Hex6360696903B104427
Octal143140151611073404447
Binary11000111100000110100111010010111011100000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636069; }

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

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

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

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

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

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

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

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