#63471B

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

Shades of Dark Brown #63471B

Tints of Dark Brown #63471B

Color information

#63471B (or 0x63471B) is unknown color: approx Dark Brown. HEX triplet: 63, 47 and 1B. RGB value is (99,71,27). Sum of RGB (Red+Green+Blue) = 99+71+27=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63471B is #9CB8E4. Grayscale: #4A4A4A. Windows color (decimal): -10270949 or 1787747. OLE color: 1787747.

HSL color Cylindrical-coordinate representation of color #63471B: hue angle of 36.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63471B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB997127-
CMYK00.280.730.61
HSL36.67º57.14%24.71%-
HSV(B)36.67º72.73%38.82%-
XYZ7.67.242.03-
YUV74.36101.28145.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=50.25%
G=36.04%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99712700.280.730.6136.6757.1424.71
Hex63471B01C493D253919
Octal1431073303411175457131
Binary1100011100011111011011100100100111110110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,71,27); }

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

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

 a { background-color: rgb(99,71,27); }

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

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

 span { border-color: rgb(99,71,27); }

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