#614036

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

Shades of Very Dark Brown #614036

Tints of Very Dark Brown #614036

Color information

#614036 (or 0x614036) is unknown color: approx Very Dark Brown. HEX triplet: 61, 40 and 36. RGB value is (97,64,54). Sum of RGB (Red+Green+Blue) = 97+64+54=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614036 is #9EBFC9. Grayscale: #484848. Windows color (decimal): -10403786 or 3555425. OLE color: 3555425.

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

Color convert

RGB976454-
CMYK00.340.440.62
HSL13.95º28.48%29.61%-
HSV(B)13.95º44.33%38.04%-
XYZ7.436.474.35-
YUV72.73117.43145.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=45.12%
G=29.77%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97645400.340.440.6213.9528.4829.61
Hex6140360222C3Ee1c1e
Octal141100660425476163436
Binary11000011000000110110010001010110011111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614036; }

 p { color: rgb(97,64,54); }

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

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

 a { background-color: rgb(97,64,54); }

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

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

 span { border-color: rgb(97,64,54); }

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