#614820

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

Shades of Dark Brown #614820

Tints of Dark Brown #614820

Color information

#614820 (or 0x614820) is unknown color: approx Dark Brown. HEX triplet: 61, 48 and 20. RGB value is (97,72,32). Sum of RGB (Red+Green+Blue) = 97+72+32=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614820 is #9EB7DF. Grayscale: #4B4B4B. Windows color (decimal): -10401760 or 2115681. OLE color: 2115681.

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

Color convert

RGB977232-
CMYK00.260.670.62
HSL36.92º50.39%25.29%-
HSV(B)36.92º67.01%38.04%-
XYZ7.517.282.38-
YUV74.91103.78143.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=48.26%
G=35.82%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97723200.260.670.6236.9250.3925.29
Hex61482001A433E253219
Octal1411104003210376456231
Binary11000011001000100000011010100001111111010010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614820; }

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

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

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

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

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

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

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

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