Html Css Color HEX #63645E Chicago

📋 copy color: '#63645E'

red 99 ◦ green 100 ◦ blue 94

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

Shades of Chicago #63645E

Tints of Chicago #63645E

RGB

 RED value IS 99 (39.06% from 255) = 33.79%

 GREEN value IS 100 (39.45% from 255) = 34.13%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 33.79%
G = 34.13%
B = 32.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63645E (or 0x63645E) is known color: Chicago. HEX triplet: 63, 64 and 5E. RGB value is (99,100,94). Sum of RGB (Red+Green+Blue) = 99+100+94=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 100 - color contains mainly: green. Hex color #63645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63645E is #9C9BA1. Grayscale: #636363. Windows color (decimal): -10263458 or 6186083. OLE color: 6186083.

HSL color Cylindrical-coordinate representation of color #63645E: hue angle of 70º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #63645E is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 100 94 -
CMYK 0.01 0 0.06 0.61
HSL 70º 0.03% 0.38% -
HSV(B) 70º 0.06% 0.39% -
XYZ 11.72 12.58 12.4 -
YUV 99.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 99 100 94 0.01 0 0.06 0.61 70 0.03 0.38
Hex 63 64 5E 1 0 6 3D 46 3 26
Octal 143 144 136 1 0 6 75 106 3 46
Binary 1100011 1100100 1011110 1 0 110 111101 1000110 11 100110

Color Harmonies of #63645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63645E

Black with #63645E

Text Example


Text Example

White with #63645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63645E; }

 p { color: rgb(99,100,94); }

 H1.HeaderClassName
 {
   color: #63645E;
 }
 .AnyTagClassName
 {
   color: #63645E;
 }
</style>

background-color css

<style>
 a { background-color: #63645E; }

 a { background-color: rgb(99,100,94); }

 div.DivClassName
 {
   background-color: #63645E;
 }
 .BgClassName
 {
   background-color: #63645E;
 }
</style>

border-color css

<style>
 span { border-color: #63645E; }

 span { border-color: rgb(99,100,94); }

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