#614211

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

Shades of Dark Brown #614211

Tints of Dark Brown #614211

Color information

#614211 (or 0x614211) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 11. RGB value is (97,66,17). Sum of RGB (Red+Green+Blue) = 97+66+17=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #614211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614211 is #9EBDEE. Grayscale: #454545. Windows color (decimal): -10403311 or 1131105. OLE color: 1131105.

HSL color Cylindrical-coordinate representation of color #614211: hue angle of 36.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #614211 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB976617-
CMYK00.320.820.62
HSL36.75º70.18%22.35%-
HSV(B)36.75º82.47%38.04%-
XYZ6.986.481.41-
YUV69.6898.27147.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=53.89%
G=36.67%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97661700.320.820.6236.7570.1822.35
Hex614211020523E254616
Octal14110221040122764510626
Binary110000110000101000101000001010010111110100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614211; }

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

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

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

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

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

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

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

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