#63655F

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

Shades of Chicago #63655F

Tints of Chicago #63655F

Color information

#63655F (or 0x63655F) is unknown color: approx Chicago. HEX triplet: 63, 65 and 5F. RGB value is (99,101,95). Sum of RGB (Red+Green+Blue) = 99+101+95=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 101 - color contains mainly: green. Hex color #63655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63655F is #9C9AA0. Grayscale: #636363. Windows color (decimal): -10263201 or 6251875. OLE color: 6251875.

HSL color Cylindrical-coordinate representation of color #63655F: hue angle of 80º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #63655F is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB9910195-
CMYK0.0200.060.60
HSL80º3.06%38.43%-
HSV(B)80º5.94%39.61%-
XYZ11.8612.7912.67-
YUV99.72125.34127.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=33.56%
G=34.24%
B=32.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99101950.0200.060.60803.0638.43
Hex63655F2063C50326
Octal14314513720674120346
Binary110001111001011011111100110111100101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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