#61461D

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

Shades of Dark Brown #61461D

Tints of Dark Brown #61461D

Color information

#61461D (or 0x61461D) is unknown color: approx Dark Brown. HEX triplet: 61, 46 and 1D. RGB value is (97,70,29). Sum of RGB (Red+Green+Blue) = 97+70+29=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61461D is #9EB9E2. Grayscale: #494949. Windows color (decimal): -10402275 or 1918561. OLE color: 1918561.

HSL color Cylindrical-coordinate representation of color #61461D: hue angle of 36.18º 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 #61461D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB977029-
CMYK00.280.700.62
HSL36.18º53.97%24.71%-
HSV(B)36.18º70.1%38.04%-
XYZ7.347.012.13-
YUV73.4102.95144.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=49.49%
G=35.71%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97702900.280.700.6236.1853.9724.71
Hex61461D01C463E243619
Octal1411063503410676446631
Binary1100001100011011101011100100011011111010010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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