#61431F

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

Shades of Dark Brown #61431F

Tints of Dark Brown #61431F

Color information

#61431F (or 0x61431F) is unknown color: approx Dark Brown. HEX triplet: 61, 43 and 1F. RGB value is (97,67,31). Sum of RGB (Red+Green+Blue) = 97+67+31=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61431F is #9EBCE0. Grayscale: #484848. Windows color (decimal): -10403041 or 2048865. OLE color: 2048865.

HSL color Cylindrical-coordinate representation of color #61431F: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61431F is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB976731-
CMYK00.310.680.62
HSL32.73º51.56%25.1%-
HSV(B)32.73º68.04%38.04%-
XYZ7.186.652.2-
YUV71.87104.94145.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=49.74%
G=34.36%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97673100.310.680.6232.7351.5625.1
Hex61431F01F443E213419
Octal1411033703710476416431
Binary1100001100001111111011111100010011111010000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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