#61421D

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

Shades of Dark Brown #61421D

Tints of Dark Brown #61421D

Color information

#61421D (or 0x61421D) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 1D. RGB value is (97,66,29). Sum of RGB (Red+Green+Blue) = 97+66+29=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61421D is #9EBDE2. Grayscale: #474747. Windows color (decimal): -10403299 or 1917537. OLE color: 1917537.

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

Color convert

RGB976629-
CMYK00.320.700.62
HSL32.65º53.97%24.71%-
HSV(B)32.65º70.1%38.04%-
XYZ7.16.532.05-
YUV71.05104.27146.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=50.52%
G=34.38%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97662900.320.700.6232.6553.9724.71
Hex61421D020463E213619
Octal1411023504010676416631
Binary11000011000010111010100000100011011111010000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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