#63401B

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

Shades of Dark Brown #63401B

Tints of Dark Brown #63401B

Color information

#63401B (or 0x63401B) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 1B. RGB value is (99,64,27). Sum of RGB (Red+Green+Blue) = 99+64+27=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401B is #9CBFE4. Grayscale: #464646. Windows color (decimal): -10272741 or 1785955. OLE color: 1785955.

HSL color Cylindrical-coordinate representation of color #63401B: hue angle of 30.83º 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 #63401B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB996427-
CMYK00.350.730.61
HSL30.83º57.14%24.71%-
HSV(B)30.83º72.73%38.82%-
XYZ7.186.41.89-
YUV70.25103.6148.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=52.11%
G=33.68%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99642700.350.730.6130.8357.1424.71
Hex63401B023493D1f3919
Octal1431003304311175377131
Binary1100011100000011011010001110010011111011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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