#614822

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

Shades of Dark Brown #614822

Tints of Dark Brown #614822

Color information

#614822 (or 0x614822) is unknown color: approx Dark Brown. HEX triplet: 61, 48 and 22. RGB value is (97,72,34). Sum of RGB (Red+Green+Blue) = 97+72+34=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614822 is #9EB7DD. Grayscale: #4B4B4B. Windows color (decimal): -10401758 or 2246753. OLE color: 2246753.

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

Color convert

RGB977234-
CMYK00.260.650.62
HSL36.19º48.09%25.69%-
HSV(B)36.19º64.95%38.04%-
XYZ7.547.292.52-
YUV75.14104.78143.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.78%
GREEN value IS 72 (28.52% from 255) = 35.47%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=47.78%
G=35.47%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97723400.260.650.6236.1948.0925.69
Hex61482201A413E24301a
Octal1411104203210176446032
Binary11000011001000100010011010100000111111010010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614822; }

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

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

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

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

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

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

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

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