#63504E

Color #63504E Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #63504E

Tints of Congo Brown #63504E

Color information

#63504E (or 0x63504E) is unknown color: approx Congo Brown. HEX triplet: 63, 50 and 4E. RGB value is (99,80,78). Sum of RGB (Red+Green+Blue) = 99+80+78=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63504E is #9CAFB1. Grayscale: #555555. Windows color (decimal): -10268594 or 5132387. OLE color: 5132387.

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

Color convert

RGB998078-
CMYK00.190.210.61
HSL5.71º11.86%34.71%-
HSV(B)5.71º21.21%38.82%-
XYZ9.398.948.44-
YUV85.45123.79137.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=38.52%
G=31.13%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807800.190.210.615.7111.8634.71
Hex63504E013153D6c23
Octal143120116023257561443
Binary110001110100001001110010011101011111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63504E;
 }
 .AnyTagClassName
 {
   color: #63504E;
 }
</style>
background-color css

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

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

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

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

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

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