#61401B

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

Shades of Dark Brown #61401B

Tints of Dark Brown #61401B

Color information

#61401B (or 0x61401B) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 1B. RGB value is (97,64,27). Sum of RGB (Red+Green+Blue) = 97+64+27=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61401B is #9EBFE4. Grayscale: #454545. Windows color (decimal): -10403813 or 1785953. OLE color: 1785953.

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

Color convert

RGB976427-
CMYK00.340.720.62
HSL31.71º56.45%24.31%-
HSV(B)31.71º72.16%38.04%-
XYZ6.966.291.88-
YUV69.65103.93147.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=51.60%
G=34.04%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97642700.340.720.6231.7156.4524.31
Hex61401B022483E203818
Octal1411003304211076407030
Binary11000011000000110110100010100100011111010000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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