#61431D

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

Shades of Dark Brown #61431D

Tints of Dark Brown #61431D

Color information

#61431D (or 0x61431D) is unknown color: approx Dark Brown. HEX triplet: 61, 43 and 1D. RGB value is (97,67,29). Sum of RGB (Red+Green+Blue) = 97+67+29=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61431D is #9EBCE2. Grayscale: #474747. Windows color (decimal): -10403043 or 1917793. OLE color: 1917793.

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

Color convert

RGB976729-
CMYK00.310.700.62
HSL33.53º53.97%24.71%-
HSV(B)33.53º70.1%38.04%-
XYZ7.166.642.07-
YUV71.64103.94146.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=50.26%
G=34.72%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97672900.310.700.6233.5353.9724.71
Hex61431D01F463E223619
Octal1411033503710676426631
Binary1100001100001111101011111100011011111010001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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