#61401A

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

Shades of Dark Brown #61401A

Tints of Dark Brown #61401A

Color information

#61401A (or 0x61401A) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 1A. RGB value is (97,64,26). Sum of RGB (Red+Green+Blue) = 97+64+26=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61401A is #9EBFE5. Grayscale: #454545. Windows color (decimal): -10403814 or 1720417. OLE color: 1720417.

HSL color Cylindrical-coordinate representation of color #61401A: hue angle of 32.11º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61401A is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB976426-
CMYK00.340.730.62
HSL32.11º57.72%24.12%-
HSV(B)32.11º73.2%38.04%-
XYZ6.956.281.82-
YUV69.54103.43147.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=51.87%
G=34.22%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97642600.340.730.6232.1157.7224.12
Hex61401A022493E203a18
Octal1411003204211176407230
Binary11000011000000110100100010100100111111010000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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