#63461E

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

Shades of Dark Brown #63461E

Tints of Dark Brown #63461E

Color information

#63461E (or 0x63461E) is unknown color: approx Dark Brown. HEX triplet: 63, 46 and 1E. RGB value is (99,70,30). Sum of RGB (Red+Green+Blue) = 99+70+30=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63461E is #9CB9E1. Grayscale: #4A4A4A. Windows color (decimal): -10271202 or 1984099. OLE color: 1984099.

HSL color Cylindrical-coordinate representation of color #63461E: hue angle of 34.78º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63461E is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB997030-
CMYK00.290.700.61
HSL34.78º53.49%25.29%-
HSV(B)34.78º69.7%38.82%-
XYZ7.577.132.2-
YUV74.11103.11145.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=49.75%
G=35.18%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99703000.290.700.6134.7853.4925.29
Hex63461E01D463D233519
Octal1431063603510675436531
Binary1100011100011011110011101100011011110110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63461E; }

 p { color: rgb(99,70,30); }

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

<style>
 a { background-color: #63461E; }

 a { background-color: rgb(99,70,30); }

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

<style>
 span { border-color: #63461E; }

 span { border-color: rgb(99,70,30); }

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