Html Css Color HEX #63504C Congo Brown

📋 copy color: '#63504C'

red 99 ◦ green 80 ◦ blue 76

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

Shades of Congo Brown #63504C

Tints of Congo Brown #63504C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 38.82%
G = 31.37%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63504C (or 0x63504C) is known color: Congo Brown. HEX triplet: 63, 50 and 4C. RGB value is (99,80,76). Sum of RGB (Red+Green+Blue) = 99+80+76=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63504C is #9CAFB3. Grayscale: #555555. Windows color (decimal): -10268596 or 5001315. OLE color: 5001315.

HSL color Cylindrical-coordinate representation of color #63504C: hue angle of 10.43º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63504C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 76 -
CMYK 0 0.19 0.23 0.61
HSL 10.43º 0.13% 0.34% -
HSV(B) 10.43º 0.23% 0.39% -
XYZ 9.32 8.91 8.07 -
YUV 85.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 99 80 76 0 0.19 0.23 0.61 10.43 0.13 0.34
Hex 63 50 4C 0 13 17 3D A D 22
Octal 143 120 114 0 23 27 75 12 15 42
Binary 1100011 1010000 1001100 0 10011 10111 111101 1010 1101 100010

Color Harmonies of #63504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63504C

Black with #63504C

Text Example


Text Example

White with #63504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63504C; }

 p { color: rgb(99,80,76); }

 H1.HeaderClassName
 {
   color: #63504C;
 }
 .AnyTagClassName
 {
   color: #63504C;
 }
</style>

background-color css

<style>
 a { background-color: #63504C; }

 a { background-color: rgb(99,80,76); }

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

border-color css

<style>
 span { border-color: #63504C; }

 span { border-color: rgb(99,80,76); }

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