#614819

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

Shades of Dark Brown #614819

Tints of Dark Brown #614819

Color information

#614819 (or 0x614819) is unknown color: approx Dark Brown. HEX triplet: 61, 48 and 19. RGB value is (97,72,25). Sum of RGB (Red+Green+Blue) = 97+72+25=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #614819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614819 is #9EB7E6. Grayscale: #4A4A4A. Windows color (decimal): -10401767 or 1656929. OLE color: 1656929.

HSL color Cylindrical-coordinate representation of color #614819: hue angle of 39.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #614819 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB977225-
CMYK00.260.740.62
HSL39.17º59.02%23.92%-
HSV(B)39.17º74.23%38.04%-
XYZ7.427.251.93-
YUV74.12100.28144.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=50%
G=37.11%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97722500.260.740.6239.1759.0223.92
Hex61481901A4A3E273b18
Octal1411103103211276477330
Binary1100001100100011001011010100101011111010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614819; }

 p { color: rgb(97,72,25); }

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

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

 a { background-color: rgb(97,72,25); }

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

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

 span { border-color: rgb(97,72,25); }

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