#63441F

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

Shades of Dark Brown #63441F

Tints of Dark Brown #63441F

Color information

#63441F (or 0x63441F) is unknown color: approx Dark Brown. HEX triplet: 63, 44 and 1F. RGB value is (99,68,31). Sum of RGB (Red+Green+Blue) = 99+68+31=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63441F is #9CBBE0. Grayscale: #494949. Windows color (decimal): -10271713 or 2049123. OLE color: 2049123.

HSL color Cylindrical-coordinate representation of color #63441F: hue angle of 32.65º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63441F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.61.

Color convert

RGB996831-
CMYK00.310.690.61
HSL32.65º52.31%25.49%-
HSV(B)32.65º68.69%38.82%-
XYZ7.466.892.23-
YUV73.05104.27146.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=50%
G=34.34%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99683100.310.690.6132.6552.3125.49
Hex63441F01F453D213419
Octal1431043703710575416431
Binary1100011100010011111011111100010111110110000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63441F; }

 p { color: rgb(99,68,31); }

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

<style>
 a { background-color: #63441F; }

 a { background-color: rgb(99,68,31); }

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

<style>
 span { border-color: #63441F; }

 span { border-color: rgb(99,68,31); }

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