#63491A

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

Shades of Dark Brown #63491A

Tints of Dark Brown #63491A

Color information

#63491A (or 0x63491A) is unknown color: approx Dark Brown. HEX triplet: 63, 49 and 1A. RGB value is (99,73,26). Sum of RGB (Red+Green+Blue) = 99+73+26=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63491A is #9CB6E5. Grayscale: #4B4B4B. Windows color (decimal): -10270438 or 1722723. OLE color: 1722723.

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

Color convert

RGB997326-
CMYK00.260.740.61
HSL38.63º58.4%24.51%-
HSV(B)38.63º73.74%38.82%-
XYZ7.717.492.02-
YUV75.42100.11144.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=50%
G=36.87%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99732600.260.740.6138.6358.424.51
Hex63491A01A4A3D273a19
Octal1431113203211275477231
Binary1100011100100111010011010100101011110110011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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