Html Css Color HEX #63655F Chicago

📋 copy color: '#63655F'

red 99 ◦ green 101 ◦ blue 95

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

Shades of Chicago #63655F

Tints of Chicago #63655F

RGB

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

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

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

R = 33.56%
G = 34.24%
B = 32.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#63655F (or 0x63655F) is known color: Chicago. HEX triplet: 63, 65 and 5F. RGB value is (99,101,95). Sum of RGB (Red+Green+Blue) = 99+101+95=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 101 - color contains mainly: green. Hex color #63655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63655F is #9C9AA0. Grayscale: #636363. Windows color (decimal): -10263201 or 6251875. OLE color: 6251875.

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

Color convert

RGB 99 101 95 -
CMYK 0.02 0 0.06 0.60
HSL 80º 0.03% 0.38% -
HSV(B) 80º 0.06% 0.4% -
XYZ 11.86 12.79 12.67 -
YUV 99.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 99 101 95 0.02 0 0.06 0.60 80 0.03 0.38
Hex 63 65 5F 2 0 6 3C 50 3 26
Octal 143 145 137 2 0 6 74 120 3 46
Binary 1100011 1100101 1011111 10 0 110 111100 1010000 11 100110

Color Harmonies of #63655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63655F

Black with #63655F

Text Example


Text Example

White with #63655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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