#63504B

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

Shades of Congo Brown #63504B

Tints of Congo Brown #63504B

Color information

#63504B (or 0x63504B) is unknown color: approx Congo Brown. HEX triplet: 63, 50 and 4B. RGB value is (99,80,75). Sum of RGB (Red+Green+Blue) = 99+80+75=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #63504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63504B is #9CAFB4. Grayscale: #555555. Windows color (decimal): -10268597 or 4935779. OLE color: 4935779.

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

Color convert

RGB998075-
CMYK00.190.240.61
HSL12.5º13.79%34.12%-
HSV(B)12.5º24.24%38.82%-
XYZ9.288.97.88-
YUV85.11122.29137.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=38.98%
G=31.50%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99807500.190.240.6112.513.7934.12
Hex63504B013183Dde22
Octal1431201130233075151642
Binary1100011101000010010110100111100011110111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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