#63411A

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

Shades of Dark Brown #63411A

Tints of Dark Brown #63411A

Color information

#63411A (or 0x63411A) is unknown color: approx Dark Brown. HEX triplet: 63, 41 and 1A. RGB value is (99,65,26). Sum of RGB (Red+Green+Blue) = 99+65+26=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63411A is #9CBEE5. Grayscale: #464646. Windows color (decimal): -10272486 or 1720675. OLE color: 1720675.

HSL color Cylindrical-coordinate representation of color #63411A: hue angle of 32.05º 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 #63411A is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB996526-
CMYK00.340.740.61
HSL32.05º58.4%24.51%-
HSV(B)32.05º73.74%38.82%-
XYZ7.226.511.85-
YUV70.72102.76148.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=52.11%
G=34.21%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99652600.340.740.6132.0558.424.51
Hex63411A0224A3D203a19
Octal1431013204211275407231
Binary11000111000001110100100010100101011110110000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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