#614437

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

Shades of Very Dark Brown #614437

Tints of Very Dark Brown #614437

Color information

#614437 (or 0x614437) is unknown color: approx Very Dark Brown. HEX triplet: 61, 44 and 37. RGB value is (97,68,55). Sum of RGB (Red+Green+Blue) = 97+68+55=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614437 is #9EBBC8. Grayscale: #4B4B4B. Windows color (decimal): -10402761 or 3621985. OLE color: 3621985.

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

Color convert

RGB976855-
CMYK00.300.430.62
HSL18.57º27.63%29.8%-
HSV(B)18.57º43.3%38.04%-
XYZ7.696.954.55-
YUV75.19116.61143.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 55 (21.88% from 255) = 25%
R=44.09%
G=30.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97685500.300.430.6218.5727.6329.8
Hex61443701E2B3E131c1e
Octal141104670365376233436
Binary11000011000100110111011110101011111110100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614437; }

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

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

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

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

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

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

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

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