#614415

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

Shades of Dark Brown #614415

Tints of Dark Brown #614415

Color information

#614415 (or 0x614415) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 15. RGB value is (97,68,21). Sum of RGB (Red+Green+Blue) = 97+68+21=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614415 is #9EBBEA. Grayscale: #474747. Windows color (decimal): -10402795 or 1393761. OLE color: 1393761.

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

Color convert

RGB976821-
CMYK00.300.780.62
HSL37.11º64.41%23.14%-
HSV(B)37.11º78.35%38.04%-
XYZ7.136.731.63-
YUV71.3199.61146.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=52.15%
G=36.56%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97682100.300.780.6237.1164.4123.14
Hex61441501E4E3E254017
Octal14110425036116764510027
Binary11000011000100101010111101001110111110100101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614415; }

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

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

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

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

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

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

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

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