#614722

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

Shades of Dark Brown #614722

Tints of Dark Brown #614722

Color information

#614722 (or 0x614722) is unknown color: approx Dark Brown. HEX triplet: 61, 47 and 22. RGB value is (97,71,34). Sum of RGB (Red+Green+Blue) = 97+71+34=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614722 is #9EB8DD. Grayscale: #4A4A4A. Windows color (decimal): -10402014 or 2246497. OLE color: 2246497.

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

Color convert

RGB977134-
CMYK00.270.650.62
HSL35.24º48.09%25.69%-
HSV(B)35.24º64.95%38.04%-
XYZ7.477.162.5-
YUV74.56105.11144.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 34 (13.67% from 255) = 16.83%
R=48.02%
G=35.15%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97713400.270.650.6235.2448.0925.69
Hex61472201B413E23301a
Octal1411074203310176436032
Binary11000011000111100010011011100000111111010001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614722; }

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

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

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

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

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

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

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

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