#614617

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

Shades of Dark Brown #614617

Tints of Dark Brown #614617

Color information

#614617 (or 0x614617) is unknown color: approx Dark Brown. HEX triplet: 61, 46 and 17. RGB value is (97,70,23). Sum of RGB (Red+Green+Blue) = 97+70+23=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614617 is #9EB9E8. Grayscale: #484848. Windows color (decimal): -10402281 or 1525345. OLE color: 1525345.

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

Color convert

RGB977023-
CMYK00.280.760.62
HSL38.11º61.67%23.53%-
HSV(B)38.11º76.29%38.04%-
XYZ7.276.981.78-
YUV72.7199.95145.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=51.05%
G=36.84%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97702300.280.760.6238.1161.6723.53
Hex61461701C4C3E263e18
Octal1411062703411476467630
Binary1100001100011010111011100100110011111010011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614617; }

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

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

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

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

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

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

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

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