#614618

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

Shades of Dark Brown #614618

Tints of Dark Brown #614618

Color information

#614618 (or 0x614618) is unknown color: approx Dark Brown. HEX triplet: 61, 46 and 18. RGB value is (97,70,24). Sum of RGB (Red+Green+Blue) = 97+70+24=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #614618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614618 is #9EB9E7. Grayscale: #494949. Windows color (decimal): -10402280 or 1590881. OLE color: 1590881.

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

Color convert

RGB977024-
CMYK00.280.750.62
HSL37.81º60.33%23.73%-
HSV(B)37.81º75.26%38.04%-
XYZ7.286.991.83-
YUV72.83100.45145.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=50.79%
G=36.65%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97702400.280.750.6237.8160.3323.73
Hex61461801C4B3E263c18
Octal1411063003411376467430
Binary1100001100011011000011100100101111111010011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614618; }

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

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

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

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

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

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

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

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