#614117

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

Shades of Dark Brown #614117

Tints of Dark Brown #614117

Color information

#614117 (or 0x614117) is unknown color: approx Dark Brown. HEX triplet: 61, 41 and 17. RGB value is (97,65,23). Sum of RGB (Red+Green+Blue) = 97+65+23=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614117 is #9EBEE8. Grayscale: #454545. Windows color (decimal): -10403561 or 1524065. OLE color: 1524065.

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

Color convert

RGB976523-
CMYK00.330.760.62
HSL34.05º61.67%23.53%-
HSV(B)34.05º76.29%38.04%-
XYZ6.976.381.68-
YUV69.78101.6147.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=52.43%
G=35.14%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97652300.330.760.6234.0561.6723.53
Hex6141170214C3E223e18
Octal1411012704111476427630
Binary11000011000001101110100001100110011111010001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614117; }

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

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

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

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

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

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

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

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