#63524C

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

Shades of Congo Brown #63524C

Tints of Congo Brown #63524C

Color information

#63524C (or 0x63524C) is unknown color: approx Congo Brown. HEX triplet: 63, 52 and 4C. RGB value is (99,82,76). Sum of RGB (Red+Green+Blue) = 99+82+76=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63524C is #9CADB3. Grayscale: #565656. Windows color (decimal): -10268084 or 5001827. OLE color: 5001827.

HSL color Cylindrical-coordinate representation of color #63524C: hue angle of 15.65º 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 #63524C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB998276-
CMYK00.170.230.61
HSL15.65º13.14%34.31%-
HSV(B)15.65º23.23%38.82%-
XYZ9.479.218.12-
YUV86.4122.13136.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=38.52%
G=31.91%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99827600.170.230.6115.6513.1434.31
Hex63524C011173D10d22
Octal1431221140212775201542
Binary11000111010010100110001000110111111101100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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