#63665A

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

Shades of Chicago #63665A

Tints of Chicago #63665A

Color information

#63665A (or 0x63665A) is unknown color: approx Chicago. HEX triplet: 63, 66 and 5A. RGB value is (99,102,90). Sum of RGB (Red+Green+Blue) = 99+102+90=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 102 - color contains mainly: green. Hex color #63665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63665A is #9C99A5. Grayscale: #636363. Windows color (decimal): -10262950 or 5924451. OLE color: 5924451.

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

Color convert

RGB9910290-
CMYK0.0300.120.6
HSL75º6.25%37.65%-
HSV(B)75º11.76%40%-
XYZ11.7412.8911.54-
YUV99.74122.51127.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=34.02%
G=35.05%
B=30.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102900.0300.120.6756.2537.65
Hex63665A30C3C4b626
Octal143146132301474113646
Binary11000111100110101101011011001111001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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