#614417

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

Shades of Dark Brown #614417

Tints of Dark Brown #614417

Color information

#614417 (or 0x614417) is unknown color: approx Dark Brown. HEX triplet: 61, 44 and 17. RGB value is (97,68,23). Sum of RGB (Red+Green+Blue) = 97+68+23=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614417 is #9EBBE8. Grayscale: #474747. Windows color (decimal): -10402793 or 1524833. OLE color: 1524833.

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

Color convert

RGB976823-
CMYK00.300.760.62
HSL36.49º61.67%23.53%-
HSV(B)36.49º76.29%38.04%-
XYZ7.156.741.73-
YUV71.54100.61146.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 23 (9.38% from 255) = 12.23%
R=51.60%
G=36.17%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97682300.300.760.6236.4961.6723.53
Hex61441701E4C3E243e18
Octal1411042703611476447630
Binary1100001100010010111011110100110011111010010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614417; }

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

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

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

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

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

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

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

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