#614A21

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

Shades of Dark Brown #614A21

Tints of Dark Brown #614A21

Color information

#614A21 (or 0x614A21) is unknown color: approx Dark Brown. HEX triplet: 61, 4A and 21. RGB value is (97,74,33). Sum of RGB (Red+Green+Blue) = 97+74+33=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #614A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A21 is #9EB5DE. Grayscale: #4C4C4C. Windows color (decimal): -10401247 or 2181729. OLE color: 2181729.

HSL color Cylindrical-coordinate representation of color #614A21: hue angle of 38.44º 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 #614A21 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB977433-
CMYK00.240.660.62
HSL38.44º49.23%25.49%-
HSV(B)38.44º65.98%38.04%-
XYZ7.657.552.49-
YUV76.2103.62142.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=47.55%
G=36.27%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97743300.240.660.6238.4449.2325.49
Hex614A21018423E263119
Octal1411124103010276466131
Binary11000011001010100001011000100001011111010011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A21; }

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

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

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

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

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

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

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

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