#614539

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

Shades of Very Dark Brown #614539

Tints of Very Dark Brown #614539

Color information

#614539 (or 0x614539) is unknown color: approx Very Dark Brown. HEX triplet: 61, 45 and 39. RGB value is (97,69,57). Sum of RGB (Red+Green+Blue) = 97+69+57=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614539 is #9EBAC6. Grayscale: #4C4C4C. Windows color (decimal): -10402503 or 3753313. OLE color: 3753313.

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

Color convert

RGB976957-
CMYK00.290.410.62
HSL18º25.97%30.2%-
HSV(B)18º41.24%38.04%-
XYZ7.87.094.83-
YUV76117.28142.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=43.50%
G=30.94%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97695700.290.410.621825.9730.2
Hex61453901D293E121a1e
Octal141105710355176223236
Binary11000011000101111001011101101001111110100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614539; }

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

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

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

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

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

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

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

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