Html Css Color HEX #63655B Chicago

📋 copy color: '#63655B'

red 99 ◦ green 101 ◦ blue 91

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

Shades of Chicago #63655B

Tints of Chicago #63655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 34.02%
G = 34.71%
B = 31.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#63655B (or 0x63655B) is known color: Chicago. HEX triplet: 63, 65 and 5B. RGB value is (99,101,91). Sum of RGB (Red+Green+Blue) = 99+101+91=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 101 - color contains mainly: green. Hex color #63655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63655B is #9C9AA4. Grayscale: #636363. Windows color (decimal): -10263205 or 5989731. OLE color: 5989731.

HSL color Cylindrical-coordinate representation of color #63655B: hue angle of 72º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63655B is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 101 91 -
CMYK 0.02 0 0.10 0.60
HSL 72º 0.05% 0.38% -
HSV(B) 72º 0.1% 0.4% -
XYZ 11.69 12.72 11.74 -
YUV 99.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 99 101 91 0.02 0 0.10 0.60 72 0.05 0.38
Hex 63 65 5B 2 0 A 3C 48 5 26
Octal 143 145 133 2 0 12 74 110 5 46
Binary 1100011 1100101 1011011 10 0 1010 111100 1001000 101 100110

Color Harmonies of #63655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63655B

Black with #63655B

Text Example


Text Example

White with #63655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63655B; }

 p { color: rgb(99,101,91); }

 H1.HeaderClassName
 {
   color: #63655B;
 }
 .AnyTagClassName
 {
   color: #63655B;
 }
</style>

background-color css

<style>
 a { background-color: #63655B; }

 a { background-color: rgb(99,101,91); }

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

border-color css

<style>
 span { border-color: #63655B; }

 span { border-color: rgb(99,101,91); }

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