#63421A

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

Shades of Dark Brown #63421A

Tints of Dark Brown #63421A

Color information

#63421A (or 0x63421A) is unknown color: approx Dark Brown. HEX triplet: 63, 42 and 1A. RGB value is (99,66,26). Sum of RGB (Red+Green+Blue) = 99+66+26=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63421A is #9CBDE5. Grayscale: #474747. Windows color (decimal): -10272230 or 1720931. OLE color: 1720931.

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

Color convert

RGB996626-
CMYK00.330.740.61
HSL32.88º58.4%24.51%-
HSV(B)32.88º73.74%38.82%-
XYZ7.286.621.87-
YUV71.31102.43147.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=51.83%
G=34.55%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99662600.330.740.6132.8858.424.51
Hex63421A0214A3D213a19
Octal1431023204111275417231
Binary11000111000010110100100001100101011110110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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