Html Css Color HEX #63685A Chicago

📋 copy color: '#63685A'

red 99 ◦ green 104 ◦ blue 90

#63685A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chicago #63685A

Tints of Chicago #63685A

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 value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#63685A (or 0x63685A) is known color: 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

RGB 99 104 90 -
CMYK 0.05 0 0.13 0.59
HSL 81.43º 0.07% 0.38% -
HSV(B) 81.43º 0.13% 0.41% -
XYZ 11.94 13.29 11.61 -
YUV 100.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 99 104 90 0.05 0 0.13 0.59 81.43 0.07 0.38
Hex 63 68 5A 5 0 D 3B 51 7 26
Octal 143 150 132 5 0 15 73 121 7 46
Binary 1100011 1101000 1011010 101 0 1101 111011 1010001 111 100110

Color Harmonies of #63685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63685A

Black with #63685A

Text Example


Text Example

White with #63685A

Text Example


Text Example

HTML Codes & Css Web 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>