Html Css Color HEX #63665A Chicago

📋 copy color: '#63665A'

red 99 ◦ green 102 ◦ blue 90

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

Shades of Chicago #63665A

Tints of Chicago #63665A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 34.02%
G = 35.05%
B = 30.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#63665A (or 0x63665A) is known color: Chicago. HEX triplet: 63, 66 and 5A. RGB value is (99,102,90). Sum of RGB (Red+Green+Blue) = 99+102+90=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 102 - color contains mainly: green. Hex color #63665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63665A is #9C99A5. Grayscale: #636363. Windows color (decimal): -10262950 or 5924451. OLE color: 5924451.

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

Color convert

RGB 99 102 90 -
CMYK 0.03 0 0.12 0.6
HSL 75º 0.06% 0.38% -
HSV(B) 75º 0.12% 0.4% -
XYZ 11.74 12.89 11.54 -
YUV 99.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 99 102 90 0.03 0 0.12 0.6 75 0.06 0.38
Hex 63 66 5A 3 0 C 3C 4B 6 26
Octal 143 146 132 3 0 14 74 113 6 46
Binary 1100011 1100110 1011010 11 0 1100 111100 1001011 110 100110

Color Harmonies of #63665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63665A

Black with #63665A

Text Example


Text Example

White with #63665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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