#614215

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

Shades of Dark Brown #614215

Tints of Dark Brown #614215

Color information

#614215 (or 0x614215) is unknown color: approx Dark Brown. HEX triplet: 61, 42 and 15. RGB value is (97,66,21). Sum of RGB (Red+Green+Blue) = 97+66+21=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614215 is #9EBDEA. Grayscale: #464646. Windows color (decimal): -10403307 or 1393249. OLE color: 1393249.

HSL color Cylindrical-coordinate representation of color #614215: hue angle of 35.53º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #614215 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB976621-
CMYK00.320.780.62
HSL35.53º64.41%23.14%-
HSV(B)35.53º78.35%38.04%-
XYZ7.016.491.59-
YUV70.14100.27147.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=52.72%
G=35.87%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97662100.320.780.6235.5364.4123.14
Hex6142150204E3E244017
Octal14110225040116764410027
Binary110000110000101010101000001001110111110100100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614215; }

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

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

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

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

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

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

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

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