#614019

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

Shades of Dark Brown #614019

Tints of Dark Brown #614019

Color information

#614019 (or 0x614019) is unknown color: approx Dark Brown. HEX triplet: 61, 40 and 19. RGB value is (97,64,25). Sum of RGB (Red+Green+Blue) = 97+64+25=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614019 is #9EBFE6. Grayscale: #454545. Windows color (decimal): -10403815 or 1654881. OLE color: 1654881.

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

Color convert

RGB976425-
CMYK00.340.740.62
HSL32.5º59.02%23.92%-
HSV(B)32.5º74.23%38.04%-
XYZ6.946.281.77-
YUV69.42102.93147.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=52.15%
G=34.41%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97642500.340.740.6232.559.0223.92
Hex6140190224A3E213b18
Octal1411003104211276417330
Binary11000011000000110010100010100101011111010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614019; }

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

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

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

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

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

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

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

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