#63645F

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

Shades of Chicago #63645F

Tints of Chicago #63645F

Color information

#63645F (or 0x63645F) is unknown color: approx Chicago. HEX triplet: 63, 64 and 5F. RGB value is (99,100,95). Sum of RGB (Red+Green+Blue) = 99+100+95=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 100 - color contains mainly: green. Hex color #63645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63645F is #9C9BA0. Grayscale: #636363. Windows color (decimal): -10263457 or 6251619. OLE color: 6251619.

HSL color Cylindrical-coordinate representation of color #63645F: hue angle of 72º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #63645F is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB9910095-
CMYK0.0100.050.61
HSL72º2.56%38.24%-
HSV(B)72º5%39.22%-
XYZ11.7712.5912.64-
YUV99.13125.67127.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=33.67%
G=34.01%
B=32.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99100950.0100.050.61722.5638.24
Hex63645F1053D48326
Octal14314413710575110346
Binary11000111100100101111110101111101100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63645F; }

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

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

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

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

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

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

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

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