#614818

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

Shades of Dark Brown #614818

Tints of Dark Brown #614818

Color information

#614818 (or 0x614818) is unknown color: approx Dark Brown. HEX triplet: 61, 48 and 18. RGB value is (97,72,24). Sum of RGB (Red+Green+Blue) = 97+72+24=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614818 is #9EB7E7. Grayscale: #4A4A4A. Windows color (decimal): -10401768 or 1591393. OLE color: 1591393.

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

Color convert

RGB977224-
CMYK00.260.750.62
HSL39.45º60.33%23.73%-
HSV(B)39.45º75.26%38.04%-
XYZ7.417.241.87-
YUV7499.78144.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.26%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=50.26%
G=37.31%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97722400.260.750.6239.4560.3323.73
Hex61481801A4B3E273c18
Octal1411103003211376477430
Binary1100001100100011000011010100101111111010011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614818; }

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

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

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

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

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

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

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

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