#61471B

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

Shades of Dark Brown #61471B

Tints of Dark Brown #61471B

Color information

#61471B (or 0x61471B) is unknown color: approx Dark Brown. HEX triplet: 61, 47 and 1B. RGB value is (97,71,27). Sum of RGB (Red+Green+Blue) = 97+71+27=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61471B is #9EB8E4. Grayscale: #494949. Windows color (decimal): -10402021 or 1787745. OLE color: 1787745.

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

Color convert

RGB977127-
CMYK00.270.720.62
HSL37.71º56.45%24.31%-
HSV(B)37.71º72.16%38.04%-
XYZ7.387.132.02-
YUV73.76101.61144.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=49.74%
G=36.41%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97712700.270.720.6237.7156.4524.31
Hex61471B01B483E263818
Octal1411073303311076467030
Binary1100001100011111011011011100100011111010011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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