#614220

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

Shades of Dark Brown #614220

Tints of Dark Brown #614220

Color information

#614220 (or 0x614220) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 20. RGB value is (97,66,32). Sum of RGB (Red+Green+Blue) = 97+66+32=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614220 is #9EBDDF. Grayscale: #474747. Windows color (decimal): -10403296 or 2114145. OLE color: 2114145.

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

Color convert

RGB976632-
CMYK00.320.670.62
HSL31.38º50.39%25.29%-
HSV(B)31.38º67.01%38.04%-
XYZ7.146.542.25-
YUV71.39105.77146.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=49.74%
G=33.85%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97663200.320.670.6231.3850.3925.29
Hex614220020433E1f3219
Octal1411024004010376376231
Binary11000011000010100000010000010000111111101111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614220; }

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

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

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

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

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

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

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

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