#614134

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

Shades of Very Dark Brown #614134

Tints of Very Dark Brown #614134

Color information

#614134 (or 0x614134) is unknown color: approx Very Dark Brown. HEX triplet: 61, 41 and 34. RGB value is (97,65,52). Sum of RGB (Red+Green+Blue) = 97+65+52=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #614134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614134 is #9EBECB. Grayscale: #494949. Windows color (decimal): -10403532 or 3424609. OLE color: 3424609.

HSL color Cylindrical-coordinate representation of color #614134: hue angle of 17.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 #614134 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB976552-
CMYK00.330.460.62
HSL17.33º30.2%29.22%-
HSV(B)17.33º46.39%38.04%-
XYZ7.446.574.12-
YUV73.09116.1145.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=45.33%
G=30.37%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97655200.330.460.6217.3330.229.22
Hex6141340212E3E111e1d
Octal141101640415676213635
Binary110000110000011101000100001101110111110100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614134; }

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

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

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

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

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

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

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

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