#61491B

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

Shades of Dark Brown #61491B

Tints of Dark Brown #61491B

Color information

#61491B (or 0x61491B) is unknown color: approx Dark Brown. HEX triplet: 61, 49 and 1B. RGB value is (97,73,27). Sum of RGB (Red+Green+Blue) = 97+73+27=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61491B is #9EB6E4. Grayscale: #4B4B4B. Windows color (decimal): -10401509 or 1788257. OLE color: 1788257.

HSL color Cylindrical-coordinate representation of color #61491B: hue angle of 39.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61491B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB977327-
CMYK00.250.720.62
HSL39.43º56.45%24.31%-
HSV(B)39.43º72.16%38.04%-
XYZ7.517.392.07-
YUV74.93100.95143.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=49.24%
G=37.06%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732700.250.720.6239.4356.4524.31
Hex61491B019483E273818
Octal1411113303111076477030
Binary1100001100100111011011001100100011111010011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61491B; }

 p { color: rgb(97,73,27); }

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

<style>
 a { background-color: #61491B; }

 a { background-color: rgb(97,73,27); }

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

<style>
 span { border-color: #61491B; }

 span { border-color: rgb(97,73,27); }

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