#614111

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

Shades of Dark Brown #614111

Tints of Dark Brown #614111

Color information

#614111 (or 0x614111) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 11. RGB value is (97,65,17). Sum of RGB (Red+Green+Blue) = 97+65+17=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #614111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614111 is #9EBEEE. Grayscale: #454545. Windows color (decimal): -10403567 or 1130849. OLE color: 1130849.

HSL color Cylindrical-coordinate representation of color #614111: hue angle of 36º 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 #614111 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB976517-
CMYK00.330.820.62
HSL36º70.18%22.35%-
HSV(B)36º82.47%38.04%-
XYZ6.926.361.39-
YUV69.198.6147.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 17 (7.03% from 255) = 9.50%
R=54.19%
G=36.31%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97651700.330.820.623670.1822.35
Hex614111021523E244616
Octal14110121041122764410626
Binary110000110000011000101000011010010111110100100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614111; }

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

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

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

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

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

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

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

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