#614124

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

Shades of Dark Brown #614124

Tints of Dark Brown #614124

Color information

#614124 (or 0x614124) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 24. RGB value is (97,65,36). Sum of RGB (Red+Green+Blue) = 97+65+36=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614124 is #9EBEDB. Grayscale: #474747. Windows color (decimal): -10403548 or 2376033. OLE color: 2376033.

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

Color convert

RGB976536-
CMYK00.330.630.62
HSL28.52º45.86%26.08%-
HSV(B)28.52º62.89%38.04%-
XYZ7.146.452.54-
YUV71.26108.1146.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=48.99%
G=32.83%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97653600.330.630.6228.5245.8626.08
Hex6141240213F3E1d2e1a
Octal141101440417776355632
Binary1100001100000110010001000011111111111101110110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614124; }

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

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

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

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

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

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

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

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