#614434

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

Shades of Very Dark Brown #614434

Tints of Very Dark Brown #614434

Color information

#614434 (or 0x614434) is unknown color: approx Very Dark Brown. HEX triplet: 61, 44 and 34. RGB value is (97,68,52). Sum of RGB (Red+Green+Blue) = 97+68+52=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614434 is #9EBBCB. Grayscale: #4A4A4A. Windows color (decimal): -10402764 or 3425377. OLE color: 3425377.

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

Color convert

RGB976852-
CMYK00.300.460.62
HSL21.33º30.2%29.22%-
HSV(B)21.33º46.39%38.04%-
XYZ7.626.924.18-
YUV74.85115.11143.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=44.70%
G=31.34%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97685200.300.460.6221.3330.229.22
Hex61443401E2E3E151e1d
Octal141104640365676253635
Binary11000011000100110100011110101110111110101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614434; }

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

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

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

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

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

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

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

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