#63431A

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

Shades of Dark Brown #63431A

Tints of Dark Brown #63431A

Color information

#63431A (or 0x63431A) is unknown color: approx Dark Brown. HEX triplet: 63, 43 and 1A. RGB value is (99,67,26). Sum of RGB (Red+Green+Blue) = 99+67+26=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63431A is #9CBCE5. Grayscale: #484848. Windows color (decimal): -10271974 or 1721187. OLE color: 1721187.

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

Color convert

RGB996726-
CMYK00.320.740.61
HSL33.7º58.4%24.51%-
HSV(B)33.7º73.74%38.82%-
XYZ7.346.741.89-
YUV71.89102.1147.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=51.56%
G=34.90%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99672600.320.740.6133.758.424.51
Hex63431A0204A3D223a19
Octal1431033204011275427231
Binary11000111000011110100100000100101011110110001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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