#61491D

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

Shades of Dark Brown #61491D

Tints of Dark Brown #61491D

Color information

#61491D (or 0x61491D) is unknown color: approx Dark Brown. HEX triplet: 61, 49 and 1D. RGB value is (97,73,29). Sum of RGB (Red+Green+Blue) = 97+73+29=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61491D is #9EB6E2. Grayscale: #4B4B4B. Windows color (decimal): -10401507 or 1919329. OLE color: 1919329.

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

Color convert

RGB977329-
CMYK00.250.700.62
HSL38.82º53.97%24.71%-
HSV(B)38.82º70.1%38.04%-
XYZ7.537.42.19-
YUV75.16101.95143.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=48.74%
G=36.68%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97732900.250.700.6238.8253.9724.71
Hex61491D019463E273619
Octal1411113503110676476631
Binary1100001100100111101011001100011011111010011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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