#614237

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

Shades of Very Dark Brown #614237

Tints of Very Dark Brown #614237

Color information

#614237 (or 0x614237) is unknown color: approx Very Dark Brown. HEX triplet: 61, 42 and 37. RGB value is (97,66,55). Sum of RGB (Red+Green+Blue) = 97+66+55=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614237 is #9EBDC8. Grayscale: #4A4A4A. Windows color (decimal): -10403273 or 3621473. OLE color: 3621473.

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

Color convert

RGB976655-
CMYK00.320.430.62
HSL15.71º27.63%29.8%-
HSV(B)15.71º43.3%38.04%-
XYZ7.576.714.51-
YUV74.02117.27144.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=44.50%
G=30.28%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97665500.320.430.6215.7127.6329.8
Hex6142370202B3E101c1e
Octal141102670405376203436
Binary110000110000101101110100000101011111110100001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614237; }

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

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

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

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

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

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

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

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