#63471A

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

Shades of Dark Brown #63471A

Tints of Dark Brown #63471A

Color information

#63471A (or 0x63471A) is unknown color: approx Dark Brown. HEX triplet: 63, 47 and 1A. RGB value is (99,71,26). Sum of RGB (Red+Green+Blue) = 99+71+26=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63471A is #9CB8E5. Grayscale: #4A4A4A. Windows color (decimal): -10270950 or 1722211. OLE color: 1722211.

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

Color convert

RGB997126-
CMYK00.280.740.61
HSL36.99º58.4%24.51%-
HSV(B)36.99º73.74%38.82%-
XYZ7.597.231.97-
YUV74.24100.78145.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=50.51%
G=36.22%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99712600.280.740.6136.9958.424.51
Hex63471A01C4A3D253a19
Octal1431073203411275457231
Binary1100011100011111010011100100101011110110010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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