#614721

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

Shades of Dark Brown #614721

Tints of Dark Brown #614721

Color information

#614721 (or 0x614721) is unknown color: approx Dark Brown. HEX triplet: 61, 47 and 21. RGB value is (97,71,33). Sum of RGB (Red+Green+Blue) = 97+71+33=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614721 is #9EB8DE. Grayscale: #4A4A4A. Windows color (decimal): -10402015 or 2180961. OLE color: 2180961.

HSL color Cylindrical-coordinate representation of color #614721: hue angle of 35.63º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614721 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB977133-
CMYK00.270.660.62
HSL35.63º49.23%25.49%-
HSV(B)35.63º65.98%38.04%-
XYZ7.467.162.43-
YUV74.44104.61144.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=48.26%
G=35.32%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97713300.270.660.6235.6349.2325.49
Hex61472101B423E243119
Octal1411074103310276446131
Binary11000011000111100001011011100001011111010010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614721; }

 p { color: rgb(97,71,33); }

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

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

 a { background-color: rgb(97,71,33); }

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

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

 span { border-color: rgb(97,71,33); }

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