#63685A

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

Shades of Chicago #63685A

Tints of Chicago #63685A

Color information

#63685A (or 0x63685A) is unknown color: approx Chicago. HEX triplet: 63, 68 and 5A. RGB value is (99,104,90). Sum of RGB (Red+Green+Blue) = 99+104+90=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 104 - color contains mainly: green. Hex color #63685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63685A is #9C97A5. Grayscale: #646464. Windows color (decimal): -10262438 or 5924963. OLE color: 5924963.

HSL color Cylindrical-coordinate representation of color #63685A: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #63685A is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB9910490-
CMYK0.0500.130.59
HSL81.43º7.22%38.04%-
HSV(B)81.43º13.46%40.78%-
XYZ11.9413.2911.61-
YUV100.91121.84126.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.79%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=33.79%
G=35.49%
B=30.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99104900.0500.130.5981.437.2238.04
Hex63685A50D3B51726
Octal143150132501573121746
Binary110001111010001011010101011011110111010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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