Html Css Color HEX #63504A Congo Brown

📋 copy color: '#63504A'

red 99 ◦ green 80 ◦ blue 74

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

Shades of Congo Brown #63504A

Tints of Congo Brown #63504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 39.13%
G = 31.62%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63504A (or 0x63504A) is known color: Congo Brown. HEX triplet: 63, 50 and 4A. RGB value is (99,80,74). Sum of RGB (Red+Green+Blue) = 99+80+74=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #63504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63504A is #9CAFB5. Grayscale: #555555. Windows color (decimal): -10268598 or 4870243. OLE color: 4870243.

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

Color convert

RGB 99 80 74 -
CMYK 0 0.19 0.25 0.61
HSL 14.4º 0.14% 0.34% -
HSV(B) 14.4º 0.25% 0.39% -
XYZ 9.25 8.88 7.71 -
YUV 85 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 99 80 74 0 0.19 0.25 0.61 14.4 0.14 0.34
Hex 63 50 4A 0 13 19 3D E E 22
Octal 143 120 112 0 23 31 75 16 16 42
Binary 1100011 1010000 1001010 0 10011 11001 111101 1110 1110 100010

Color Harmonies of #63504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63504A

Black with #63504A

Text Example


Text Example

White with #63504A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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