#614528

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

Shades of Dark Brown #614528

Tints of Dark Brown #614528

Color information

#614528 (or 0x614528) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 28. RGB value is (97,69,40). Sum of RGB (Red+Green+Blue) = 97+69+40=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614528 is #9EBAD7. Grayscale: #4A4A4A. Windows color (decimal): -10402520 or 2639201. OLE color: 2639201.

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

Color convert

RGB976940-
CMYK00.290.590.62
HSL30.53º41.61%26.86%-
HSV(B)30.53º58.76%38.04%-
XYZ7.446.952.96-
YUV74.07108.78144.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.09%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=47.09%
G=33.50%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97694000.290.590.6230.5341.6126.86
Hex61452801D3B3E1f2a1b
Octal141105500357376375233
Binary110000110001011010000111011110111111101111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614528; }

 p { color: rgb(97,69,40); }

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

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

 a { background-color: rgb(97,69,40); }

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

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

 span { border-color: rgb(97,69,40); }

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