#614139

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

Shades of Very Dark Brown #614139

Tints of Very Dark Brown #614139

Color information

#614139 (or 0x614139) is unknown color: approx Very Dark Brown. HEX triplet: 61, 41 and 39. RGB value is (97,65,57). Sum of RGB (Red+Green+Blue) = 97+65+57=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614139 is #9EBEC6. Grayscale: #494949. Windows color (decimal): -10403527 or 3752289. OLE color: 3752289.

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

Color convert

RGB976557-
CMYK00.330.410.62
HSL12º25.97%30.2%-
HSV(B)12º41.24%38.04%-
XYZ7.566.624.75-
YUV73.66118.6144.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 57 (22.66% from 255) = 26.03%
R=44.29%
G=29.68%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97655700.330.410.621225.9730.2
Hex614139021293Ec1a1e
Octal141101710415176143236
Binary11000011000001111001010000110100111111011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614139; }

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

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

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

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

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

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

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

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