#614118

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

Shades of Dark Brown #614118

Tints of Dark Brown #614118

Color information

#614118 (or 0x614118) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 18. RGB value is (97,65,24). Sum of RGB (Red+Green+Blue) = 97+65+24=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614118 is #9EBEE7. Grayscale: #464646. Windows color (decimal): -10403560 or 1589601. OLE color: 1589601.

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

Color convert

RGB976524-
CMYK00.330.750.62
HSL33.7º60.33%23.73%-
HSV(B)33.7º75.26%38.04%-
XYZ6.986.391.73-
YUV69.89102.1147.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=52.15%
G=34.95%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97652400.330.750.6233.760.3323.73
Hex6141180214B3E223c18
Octal1411013004111376427430
Binary11000011000001110000100001100101111111010001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614118; }

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

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

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

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

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

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

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

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