#63524D

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

Shades of Congo Brown #63524D

Tints of Congo Brown #63524D

Color information

#63524D (or 0x63524D) is unknown color: approx Congo Brown. HEX triplet: 63, 52 and 4D. RGB value is (99,82,77). Sum of RGB (Red+Green+Blue) = 99+82+77=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63524D is #9CADB2. Grayscale: #565656. Windows color (decimal): -10268083 or 5067363. OLE color: 5067363.

HSL color Cylindrical-coordinate representation of color #63524D: hue angle of 13.64º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63524D is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB998277-
CMYK00.170.220.61
HSL13.64º12.5%34.51%-
HSV(B)13.64º22.22%38.82%-
XYZ9.59.228.3-
YUV86.51122.63136.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=38.37%
G=31.78%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99827700.170.220.6113.6412.534.51
Hex63524D011163Ded23
Octal1431221150212675161543
Binary1100011101001010011010100011011011110111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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