#614334

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

Shades of Very Dark Brown #614334

Tints of Very Dark Brown #614334

Color information

#614334 (or 0x614334) is unknown color: approx Very Dark Brown. HEX triplet: 61, 43 and 34. RGB value is (97,67,52). Sum of RGB (Red+Green+Blue) = 97+67+52=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614334 is #9EBCCB. Grayscale: #4A4A4A. Windows color (decimal): -10403020 or 3425121. OLE color: 3425121.

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

Color convert

RGB976752-
CMYK00.310.460.62
HSL20º30.2%29.22%-
HSV(B)20º46.39%38.04%-
XYZ7.566.84.16-
YUV74.26115.44144.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=44.91%
G=31.02%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97675200.310.460.622030.229.22
Hex61433401F2E3E141e1d
Octal141103640375676243635
Binary11000011000011110100011111101110111110101001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614334; }

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

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

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

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

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

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

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

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