#63665C

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

Shades of Chicago #63665C

Tints of Chicago #63665C

Color information

#63665C (or 0x63665C) is unknown color: approx Chicago. HEX triplet: 63, 66 and 5C. RGB value is (99,102,92). Sum of RGB (Red+Green+Blue) = 99+102+92=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 102 - color contains mainly: green. Hex color #63665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63665C is #9C99A3. Grayscale: #646464. Windows color (decimal): -10262948 or 6055523. OLE color: 6055523.

HSL color Cylindrical-coordinate representation of color #63665C: hue angle of 78º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63665C is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB9910292-
CMYK0.0300.100.6
HSL78º5.15%38.04%-
HSV(B)78º9.8%40%-
XYZ11.8312.9312-
YUV99.96123.51127.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=33.79%
G=34.81%
B=31.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102920.0300.100.6785.1538.04
Hex63665C30A3C4e526
Octal143146134301274116546
Binary11000111100110101110011010101111001001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63665C; }

 p { color: rgb(99,102,92); }

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

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

 a { background-color: rgb(99,102,92); }

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

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

 span { border-color: rgb(99,102,92); }

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