Html Css Color HEX #63665D Chicago

📋 copy color: '#63665D'

red 99 ◦ green 102 ◦ blue 93

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

Shades of Chicago #63665D

Tints of Chicago #63665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 33.67%
G = 34.69%
B = 31.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#63665D (or 0x63665D) is known color: Chicago. HEX triplet: 63, 66 and 5D. RGB value is (99,102,93). Sum of RGB (Red+Green+Blue) = 99+102+93=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 102 - color contains mainly: green. Hex color #63665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63665D is #9C99A2. Grayscale: #646464. Windows color (decimal): -10262947 or 6121059. OLE color: 6121059.

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

Color convert

RGB 99 102 93 -
CMYK 0.03 0 0.09 0.6
HSL 80º 0.05% 0.38% -
HSV(B) 80º 0.09% 0.4% -
XYZ 11.87 12.95 12.23 -
YUV 100.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 99 102 93 0.03 0 0.09 0.6 80 0.05 0.38
Hex 63 66 5D 3 0 9 3C 50 5 26
Octal 143 146 135 3 0 11 74 120 5 46
Binary 1100011 1100110 1011101 11 0 1001 111100 1010000 101 100110

Color Harmonies of #63665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63665D

Black with #63665D

Text Example


Text Example

White with #63665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63665D; }

 p { color: rgb(99,102,93); }

 H1.HeaderClassName
 {
   color: #63665D;
 }
 .AnyTagClassName
 {
   color: #63665D;
 }
</style>

background-color css

<style>
 a { background-color: #63665D; }

 a { background-color: rgb(99,102,93); }

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

border-color css

<style>
 span { border-color: #63665D; }

 span { border-color: rgb(99,102,93); }

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