Html Css Color HEX #63665B Chicago

📋 copy color: '#63665B'

red 99 ◦ green 102 ◦ blue 91

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

Shades of Chicago #63665B

Tints of Chicago #63665B

RGB

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

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

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

R = 33.9%
G = 34.93%
B = 31.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#63665B (or 0x63665B) is known color: Chicago. HEX triplet: 63, 66 and 5B. RGB value is (99,102,91). Sum of RGB (Red+Green+Blue) = 99+102+91=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 102 - color contains mainly: green. Hex color #63665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63665B is #9C99A4. Grayscale: #636363. Windows color (decimal): -10262949 or 5989987. OLE color: 5989987.

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

Color convert

RGB 99 102 91 -
CMYK 0.03 0 0.11 0.6
HSL 76.36º 0.06% 0.38% -
HSV(B) 76.36º 0.11% 0.4% -
XYZ 11.79 12.91 11.77 -
YUV 99.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 99 102 91 0.03 0 0.11 0.6 76.36 0.06 0.38
Hex 63 66 5B 3 0 B 3C 4C 6 26
Octal 143 146 133 3 0 13 74 114 6 46
Binary 1100011 1100110 1011011 11 0 1011 111100 1001100 110 100110

Color Harmonies of #63665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63665B

Black with #63665B

Text Example


Text Example

White with #63665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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