#61441F

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

Shades of Dark Brown #61441F

Tints of Dark Brown #61441F

Color information

#61441F (or 0x61441F) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 1F. RGB value is (97,68,31). Sum of RGB (Red+Green+Blue) = 97+68+31=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61441F is #9EBBE0. Grayscale: #484848. Windows color (decimal): -10402785 or 2049121. OLE color: 2049121.

HSL color Cylindrical-coordinate representation of color #61441F: hue angle of 33.64º 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 #61441F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB976831-
CMYK00.300.680.62
HSL33.64º51.56%25.1%-
HSV(B)33.64º68.04%38.04%-
XYZ7.246.772.22-
YUV72.45104.61145.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=49.49%
G=34.69%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97683100.300.680.6233.6451.5625.1
Hex61441F01E443E223419
Octal1411043703610476426431
Binary1100001100010011111011110100010011111010001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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