#63401D

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

Shades of Dark Brown #63401D

Tints of Dark Brown #63401D

Color information

#63401D (or 0x63401D) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 1D. RGB value is (99,64,29). Sum of RGB (Red+Green+Blue) = 99+64+29=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401D is #9CBFE2. Grayscale: #464646. Windows color (decimal): -10272739 or 1917027. OLE color: 1917027.

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

Color convert

RGB996429-
CMYK00.350.710.61
HSL30º54.69%25.1%-
HSV(B)30º70.71%38.82%-
XYZ7.26.412.02-
YUV70.47104.6148.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=51.56%
G=33.33%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99642900.350.710.613054.6925.1
Hex63401D023473D1e3719
Octal1431003504310775366731
Binary1100011100000011101010001110001111111011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,64,29); }

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

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

 a { background-color: rgb(99,64,29); }

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

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

 span { border-color: rgb(99,64,29); }

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