#614037

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

Shades of Very Dark Brown #614037

Tints of Very Dark Brown #614037

Color information

#614037 (or 0x614037) is unknown color: approx Very Dark Brown. HEX triplet: 61, 40 and 37. RGB value is (97,64,55). Sum of RGB (Red+Green+Blue) = 97+64+55=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614037 is #9EBFC8. Grayscale: #484848. Windows color (decimal): -10403785 or 3620961. OLE color: 3620961.

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

Color convert

RGB976455-
CMYK00.340.430.62
HSL12.86º27.63%29.8%-
HSV(B)12.86º43.3%38.04%-
XYZ7.456.484.47-
YUV72.84117.93145.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=44.91%
G=29.63%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97645500.340.430.6212.8627.6329.8
Hex6140370222B3Ed1c1e
Octal141100670425376153436
Binary11000011000000110111010001010101111111011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614037; }

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

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

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

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

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

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

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

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