#61421B

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

Shades of Dark Brown #61421B

Tints of Dark Brown #61421B

Color information

#61421B (or 0x61421B) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 1B. RGB value is (97,66,27). Sum of RGB (Red+Green+Blue) = 97+66+27=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61421B is #9EBDE4. Grayscale: #474747. Windows color (decimal): -10403301 or 1786465. OLE color: 1786465.

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

Color convert

RGB976627-
CMYK00.320.720.62
HSL33.43º56.45%24.31%-
HSV(B)33.43º72.16%38.04%-
XYZ7.086.521.92-
YUV70.82103.27146.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=51.05%
G=34.74%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97662700.320.720.6233.4356.4524.31
Hex61421B020483E213818
Octal1411023304011076417030
Binary11000011000010110110100000100100011111010000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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