#614222

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

Shades of Dark Brown #614222

Tints of Dark Brown #614222

Color information

#614222 (or 0x614222) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 22. RGB value is (97,66,34). Sum of RGB (Red+Green+Blue) = 97+66+34=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #614222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614222 is #9EBDDD. Grayscale: #474747. Windows color (decimal): -10403294 or 2245217. OLE color: 2245217.

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

Color convert

RGB976634-
CMYK00.320.650.62
HSL30.48º48.09%25.69%-
HSV(B)30.48º64.95%38.04%-
XYZ7.176.552.4-
YUV71.62106.77146.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=49.24%
G=33.50%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97663400.320.650.6230.4848.0925.69
Hex614222020413E1e301a
Octal1411024204010176366032
Binary11000011000010100010010000010000011111101111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614222; }

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

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

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

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

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

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

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

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