#614224

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

Shades of Dark Brown #614224

Tints of Dark Brown #614224

Color information

#614224 (or 0x614224) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 24. RGB value is (97,66,36). Sum of RGB (Red+Green+Blue) = 97+66+36=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614224 is #9EBDDB. Grayscale: #474747. Windows color (decimal): -10403292 or 2376289. OLE color: 2376289.

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

Color convert

RGB976636-
CMYK00.320.630.62
HSL29.51º45.86%26.08%-
HSV(B)29.51º62.89%38.04%-
XYZ7.26.572.56-
YUV71.85107.77145.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=48.74%
G=33.17%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97663600.320.630.6229.5145.8626.08
Hex6142240203F3E1e2e1a
Octal141102440407776365632
Binary1100001100001010010001000001111111111101111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614224; }

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

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

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

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

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

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

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

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