#68592E

Color #68592E Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #68592E

Tints of Horses Neck #68592E

Color information

#68592E (or 0x68592E) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 2E. RGB value is (104,89,46). Sum of RGB (Red+Green+Blue) = 104+89+46=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68592E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68592E is #97A6D1. Grayscale: #585858. Windows color (decimal): -9938642 or 3037544. OLE color: 3037544.

HSL color Cylindrical-coordinate representation of color #68592E: hue angle of 44.48º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68592E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1048946-
CMYK00.140.560.59
HSL44.48º38.67%29.41%-
HSV(B)44.48º55.77%40.78%-
XYZ9.7710.294.05-
YUV88.58103.97139-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=43.51%
G=37.24%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104894600.140.560.5944.4838.6729.41
Hex68592E0E383B2c271d
Octal150131560167073544735
Binary110100010110011011100111011100011101110110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68592E; }

 p { color: rgb(104,89,46); }

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

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

 a { background-color: rgb(104,89,46); }

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

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

 span { border-color: rgb(104,89,46); }

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