#614016

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

Shades of Dark Brown #614016

Tints of Dark Brown #614016

Color information

#614016 (or 0x614016) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 16. RGB value is (97,64,22). Sum of RGB (Red+Green+Blue) = 97+64+22=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614016 is #9EBFE9. Grayscale: #454545. Windows color (decimal): -10403818 or 1458273. OLE color: 1458273.

HSL color Cylindrical-coordinate representation of color #614016: hue angle of 33.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #614016 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB976422-
CMYK00.340.770.62
HSL33.6º63.03%23.33%-
HSV(B)33.6º77.32%38.04%-
XYZ6.916.271.6-
YUV69.08101.43147.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=53.01%
G=34.97%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97642200.340.770.6233.663.0323.33
Hex6140160224D3E223f17
Octal1411002604211576427727
Binary11000011000000101100100010100110111111010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614016; }

 p { color: rgb(97,64,22); }

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

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

 a { background-color: rgb(97,64,22); }

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

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

 span { border-color: rgb(97,64,22); }

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