#614137

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

Shades of Very Dark Brown #614137

Tints of Very Dark Brown #614137

Color information

#614137 (or 0x614137) is unknown color: approx Very Dark Brown. HEX triplet: 61, 41 and 37. RGB value is (97,65,55). Sum of RGB (Red+Green+Blue) = 97+65+55=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614137 is #9EBEC8. Grayscale: #494949. Windows color (decimal): -10403529 or 3621217. OLE color: 3621217.

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

Color convert

RGB976555-
CMYK00.330.430.62
HSL14.29º27.63%29.8%-
HSV(B)14.29º43.3%38.04%-
XYZ7.516.64.49-
YUV73.43117.6144.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 55 (21.88% from 255) = 25.35%
R=44.70%
G=29.95%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97655500.330.430.6214.2927.6329.8
Hex6141370212B3Ee1c1e
Octal141101670415376163436
Binary11000011000001110111010000110101111111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614137; }

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

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

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

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

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

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

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

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