#614219

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

Shades of Dark Brown #614219

Tints of Dark Brown #614219

Color information

#614219 (or 0x614219) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 19. RGB value is (97,66,25). Sum of RGB (Red+Green+Blue) = 97+66+25=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614219 is #9EBDE6. Grayscale: #464646. Windows color (decimal): -10403303 or 1655393. OLE color: 1655393.

HSL color Cylindrical-coordinate representation of color #614219: hue angle of 34.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 #614219 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB976625-
CMYK00.320.740.62
HSL34.17º59.02%23.92%-
HSV(B)34.17º74.23%38.04%-
XYZ7.056.511.8-
YUV70.6102.27146.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=51.60%
G=35.11%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97662500.320.740.6234.1759.0223.92
Hex6142190204A3E223b18
Octal1411023104011276427330
Binary11000011000010110010100000100101011111010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614219; }

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

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

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

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

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

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

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

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