#614924

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

Shades of Dark Brown #614924

Tints of Dark Brown #614924

Color information

#614924 (or 0x614924) is unknown color: approx Dark Brown. HEX triplet: 61, 49 and 24. RGB value is (97,73,36). Sum of RGB (Red+Green+Blue) = 97+73+36=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614924 is #9EB6DB. Grayscale: #4C4C4C. Windows color (decimal): -10401500 or 2378081. OLE color: 2378081.

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

Color convert

RGB977336-
CMYK00.250.630.62
HSL36.39º45.86%26.08%-
HSV(B)36.39º62.89%38.04%-
XYZ7.637.432.7-
YUV75.96105.45143.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 36 (14.45% from 255) = 17.48%
R=47.09%
G=35.44%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97733600.250.630.6236.3945.8626.08
Hex6149240193F3E242e1a
Octal141111440317776445632
Binary1100001100100110010001100111111111111010010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614924; }

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

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

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

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

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

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

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

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