#614925

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

Shades of Dark Brown #614925

Tints of Dark Brown #614925

Color information

#614925 (or 0x614925) is unknown color: approx Dark Brown. HEX triplet: 61, 49 and 25. RGB value is (97,73,37). Sum of RGB (Red+Green+Blue) = 97+73+37=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #614925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614925 is #9EB6DA. Grayscale: #4C4C4C. Windows color (decimal): -10401499 or 2443617. OLE color: 2443617.

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

Color convert

RGB977337-
CMYK00.250.620.62
HSL36º44.78%26.27%-
HSV(B)36º61.86%38.04%-
XYZ7.657.442.78-
YUV76.07105.95142.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=46.86%
G=35.27%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97733700.250.620.623644.7826.27
Hex6149250193E3E242d1a
Octal141111450317676445532
Binary1100001100100110010101100111111011111010010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614925; }

 p { color: rgb(97,73,37); }

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

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

 a { background-color: rgb(97,73,37); }

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

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

 span { border-color: rgb(97,73,37); }

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