#614726

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

Shades of Dark Brown #614726

Tints of Dark Brown #614726

Color information

#614726 (or 0x614726) is unknown color: approx Dark Brown. HEX triplet: 61, 47 and 26. RGB value is (97,71,38). Sum of RGB (Red+Green+Blue) = 97+71+38=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614726 is #9EB8D9. Grayscale: #4B4B4B. Windows color (decimal): -10402010 or 2508641. OLE color: 2508641.

HSL color Cylindrical-coordinate representation of color #614726: hue angle of 33.56º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614726 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB977138-
CMYK00.270.610.62
HSL33.56º43.7%26.47%-
HSV(B)33.56º60.82%38.04%-
XYZ7.537.192.82-
YUV75.01107.11143.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 38 (15.23% from 255) = 18.45%
R=47.09%
G=34.47%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97713800.270.610.6233.5643.726.47
Hex61472601B3D3E222c1a
Octal141107460337576425432
Binary1100001100011110011001101111110111111010001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614726; }

 p { color: rgb(97,71,38); }

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

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

 a { background-color: rgb(97,71,38); }

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

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

 span { border-color: rgb(97,71,38); }

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