#614520

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

Shades of Dark Brown #614520

Tints of Dark Brown #614520

Color information

#614520 (or 0x614520) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 20. RGB value is (97,69,32). Sum of RGB (Red+Green+Blue) = 97+69+32=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614520 is #9EBADF. Grayscale: #494949. Windows color (decimal): -10402528 or 2114913. OLE color: 2114913.

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

Color convert

RGB976932-
CMYK00.290.670.62
HSL34.15º50.39%25.29%-
HSV(B)34.15º67.01%38.04%-
XYZ7.326.92.31-
YUV73.15104.78145.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 32 (12.89% from 255) = 16.16%
R=48.99%
G=34.85%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97693200.290.670.6234.1550.3925.29
Hex61452001D433E223219
Octal1411054003510376426231
Binary11000011000101100000011101100001111111010001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614520; }

 p { color: rgb(97,69,32); }

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

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

 a { background-color: rgb(97,69,32); }

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

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

 span { border-color: rgb(97,69,32); }

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