#614416

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

Shades of Dark Brown #614416

Tints of Dark Brown #614416

Color information

#614416 (or 0x614416) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 16. RGB value is (97,68,22). Sum of RGB (Red+Green+Blue) = 97+68+22=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614416 is #9EBBE9. Grayscale: #474747. Windows color (decimal): -10402794 or 1459297. OLE color: 1459297.

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

Color convert

RGB976822-
CMYK00.300.770.62
HSL36.8º63.03%23.33%-
HSV(B)36.8º77.32%38.04%-
XYZ7.146.731.68-
YUV71.43100.11146.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=51.87%
G=36.36%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97682200.300.770.6236.863.0323.33
Hex61441601E4D3E253f17
Octal1411042603611576457727
Binary1100001100010010110011110100110111111010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614416; }

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

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

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

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

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

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

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

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