#614524

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

Shades of Dark Brown #614524

Tints of Dark Brown #614524

Color information

#614524 (or 0x614524) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 24. RGB value is (97,69,36). Sum of RGB (Red+Green+Blue) = 97+69+36=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614524 is #9EBADB. Grayscale: #494949. Windows color (decimal): -10402524 or 2377057. OLE color: 2377057.

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

Color convert

RGB976936-
CMYK00.290.630.62
HSL32.46º45.86%26.08%-
HSV(B)32.46º62.89%38.04%-
XYZ7.386.932.62-
YUV73.61106.78144.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 36 (14.45% from 255) = 17.82%
R=48.02%
G=34.16%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97693600.290.630.6232.4645.8626.08
Hex61452401D3F3E202e1a
Octal141105440357776405632
Binary1100001100010110010001110111111111111010000010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614524; }

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

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

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

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

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

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

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

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