#63491E

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

Shades of Dark Brown #63491E

Tints of Dark Brown #63491E

Color information

#63491E (or 0x63491E) is unknown color: approx Dark Brown. HEX triplet: 63, 49 and 1E. RGB value is (99,73,30). Sum of RGB (Red+Green+Blue) = 99+73+30=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63491E is #9CB6E1. Grayscale: #4C4C4C. Windows color (decimal): -10270434 or 1984867. OLE color: 1984867.

HSL color Cylindrical-coordinate representation of color #63491E: hue angle of 37.39º 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 #63491E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB997330-
CMYK00.260.700.61
HSL37.39º53.49%25.29%-
HSV(B)37.39º69.7%38.82%-
XYZ7.767.512.27-
YUV75.87102.11144.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=49.01%
G=36.14%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99733000.260.700.6137.3953.4925.29
Hex63491E01A463D253519
Octal1431113603210675456531
Binary1100011100100111110011010100011011110110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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