#614517

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

Shades of Dark Brown #614517

Tints of Dark Brown #614517

Color information

#614517 (or 0x614517) is unknown color: approx Dark Brown. HEX triplet: 61, 45 and 17. RGB value is (97,69,23). Sum of RGB (Red+Green+Blue) = 97+69+23=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #614517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614517 is #9EBAE8. Grayscale: #484848. Windows color (decimal): -10402537 or 1525089. OLE color: 1525089.

HSL color Cylindrical-coordinate representation of color #614517: hue angle of 37.3º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #614517 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB976923-
CMYK00.290.760.62
HSL37.3º61.67%23.53%-
HSV(B)37.3º76.29%38.04%-
XYZ7.216.861.75-
YUV72.13100.28145.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 23 (9.38% from 255) = 12.17%
R=51.32%
G=36.51%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97692300.290.760.6237.361.6723.53
Hex61451701D4C3E253e18
Octal1411052703511476457630
Binary1100001100010110111011101100110011111010010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614517; }

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

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

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

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

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

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

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

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