#614337

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

Shades of Very Dark Brown #614337

Tints of Very Dark Brown #614337

Color information

#614337 (or 0x614337) is unknown color: approx Very Dark Brown. HEX triplet: 61, 43 and 37. RGB value is (97,67,55). Sum of RGB (Red+Green+Blue) = 97+67+55=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614337 is #9EBCC8. Grayscale: #4A4A4A. Windows color (decimal): -10403017 or 3621729. OLE color: 3621729.

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

Color convert

RGB976755-
CMYK00.310.430.62
HSL17.14º27.63%29.8%-
HSV(B)17.14º43.3%38.04%-
XYZ7.636.834.53-
YUV74.6116.94143.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=44.29%
G=30.59%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97675500.310.430.6217.1427.6329.8
Hex61433701F2B3E111c1e
Octal141103670375376213436
Binary11000011000011110111011111101011111110100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614337; }

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

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

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

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

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

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

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

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