#614418

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

Shades of Dark Brown #614418

Tints of Dark Brown #614418

Color information

#614418 (or 0x614418) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 18. RGB value is (97,68,24). Sum of RGB (Red+Green+Blue) = 97+68+24=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #614418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614418 is #9EBBE7. Grayscale: #474747. Windows color (decimal): -10402792 or 1590369. OLE color: 1590369.

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

Color convert

RGB976824-
CMYK00.300.750.62
HSL36.16º60.33%23.73%-
HSV(B)36.16º75.26%38.04%-
XYZ7.166.741.79-
YUV71.66101.11146.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=51.32%
G=35.98%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97682400.300.750.6236.1660.3323.73
Hex61441801E4B3E243c18
Octal1411043003611376447430
Binary1100001100010011000011110100101111111010010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614418; }

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

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

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

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

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

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

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

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