#614339

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

Shades of Very Dark Brown #614339

Tints of Very Dark Brown #614339

Color information

#614339 (or 0x614339) is unknown color: approx Very Dark Brown. HEX triplet: 61, 43 and 39. RGB value is (97,67,57). Sum of RGB (Red+Green+Blue) = 97+67+57=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #614339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614339 is #9EBCC6. Grayscale: #4A4A4A. Windows color (decimal): -10403015 or 3752801. OLE color: 3752801.

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

Color convert

RGB976757-
CMYK00.310.410.62
HSL15º25.97%30.2%-
HSV(B)15º41.24%38.04%-
XYZ7.686.854.79-
YUV74.83117.94143.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=43.89%
G=30.32%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97675700.310.410.621525.9730.2
Hex61433901F293Ef1a1e
Octal141103710375176173236
Binary1100001100001111100101111110100111111011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614339; }

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

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

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

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

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

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

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

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