#61421F

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

Shades of Dark Brown #61421F

Tints of Dark Brown #61421F

Color information

#61421F (or 0x61421F) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 1F. RGB value is (97,66,31). Sum of RGB (Red+Green+Blue) = 97+66+31=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61421F is #9EBDE0. Grayscale: #474747. Windows color (decimal): -10403297 or 2048609. OLE color: 2048609.

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

Color convert

RGB976631-
CMYK00.320.680.62
HSL31.82º51.56%25.1%-
HSV(B)31.82º68.04%38.04%-
XYZ7.136.542.18-
YUV71.28105.27146.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=50%
G=34.02%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97663100.320.680.6231.8251.5625.1
Hex61421F020443E203419
Octal1411023704010476406431
Binary11000011000010111110100000100010011111010000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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