#614619

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

Shades of Dark Brown #614619

Tints of Dark Brown #614619

Color information

#614619 (or 0x614619) is unknown color: approx Dark Brown. HEX triplet: 61, 46 and 19. RGB value is (97,70,25). Sum of RGB (Red+Green+Blue) = 97+70+25=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #614619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614619 is #9EB9E6. Grayscale: #494949. Windows color (decimal): -10402279 or 1656417. OLE color: 1656417.

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

Color convert

RGB977025-
CMYK00.280.740.62
HSL37.5º59.02%23.92%-
HSV(B)37.5º74.23%38.04%-
XYZ7.36.991.88-
YUV72.94100.95145.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 25 (10.16% from 255) = 13.02%
R=50.52%
G=36.46%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97702500.280.740.6237.559.0223.92
Hex61461901C4A3E263b18
Octal1411063103411276467330
Binary1100001100011011001011100100101011111010011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614619; }

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

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

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

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

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

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

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

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