#63491C

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

Shades of Dark Brown #63491C

Tints of Dark Brown #63491C

Color information

#63491C (or 0x63491C) is unknown color: approx Dark Brown. HEX triplet: 63, 49 and 1C. RGB value is (99,73,28). Sum of RGB (Red+Green+Blue) = 99+73+28=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63491C is #9CB6E3. Grayscale: #4B4B4B. Windows color (decimal): -10270436 or 1853795. OLE color: 1853795.

HSL color Cylindrical-coordinate representation of color #63491C: hue angle of 38.03º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63491C is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB997328-
CMYK00.260.720.61
HSL38.03º55.91%24.9%-
HSV(B)38.03º71.72%38.82%-
XYZ7.747.52.14-
YUV75.64101.11144.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 28 (11.33% from 255) = 14%
R=49.5%
G=36.5%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99732800.260.720.6138.0355.9124.9
Hex63491C01A483D263819
Octal1431113403211075467031
Binary1100011100100111100011010100100011110110011011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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