Html Css Color HEX #63645F Chicago

📋 copy color: '#63645F'

red 99 ◦ green 100 ◦ blue 95

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

Shades of Chicago #63645F

Tints of Chicago #63645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 33.67%
G = 34.01%
B = 32.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63645F (or 0x63645F) is known color: Chicago. HEX triplet: 63, 64 and 5F. RGB value is (99,100,95). Sum of RGB (Red+Green+Blue) = 99+100+95=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 100 - color contains mainly: green. Hex color #63645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63645F is #9C9BA0. Grayscale: #636363. Windows color (decimal): -10263457 or 6251619. OLE color: 6251619.

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

Color convert

RGB 99 100 95 -
CMYK 0.01 0 0.05 0.61
HSL 72º 0.03% 0.38% -
HSV(B) 72º 0.05% 0.39% -
XYZ 11.77 12.59 12.64 -
YUV 99.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 99 100 95 0.01 0 0.05 0.61 72 0.03 0.38
Hex 63 64 5F 1 0 5 3D 48 3 26
Octal 143 144 137 1 0 5 75 110 3 46
Binary 1100011 1100100 1011111 1 0 101 111101 1001000 11 100110

Color Harmonies of #63645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63645F

Black with #63645F

Text Example


Text Example

White with #63645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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