#63504F

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

Shades of Congo Brown #63504F

Tints of Congo Brown #63504F

Color information

#63504F (or 0x63504F) is unknown color: approx Congo Brown. HEX triplet: 63, 50 and 4F. RGB value is (99,80,79). Sum of RGB (Red+Green+Blue) = 99+80+79=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63504F is #9CAFB0. Grayscale: #555555. Windows color (decimal): -10268593 or 5197923. OLE color: 5197923.

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

Color convert

RGB998079-
CMYK00.190.200.61
HSL11.24%34.9%-
HSV(B)20.2%38.82%-
XYZ9.438.958.63-
YUV85.57124.29137.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=38.37%
G=31.01%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807900.190.200.61311.2434.9
Hex63504F013143D3b23
Octal143120117023247531343
Binary11000111010000100111101001110100111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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