#68593A

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

Shades of Horses Neck #68593A

Tints of Horses Neck #68593A

Color information

#68593A (or 0x68593A) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 3A. RGB value is (104,89,58). Sum of RGB (Red+Green+Blue) = 104+89+58=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68593A is #97A6C5. Grayscale: #5A5A5A. Windows color (decimal): -9938630 or 3823976. OLE color: 3823976.

HSL color Cylindrical-coordinate representation of color #68593A: hue angle of 40.43º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68593A is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1048958-
CMYK00.140.440.59
HSL40.43º28.4%31.76%-
HSV(B)40.43º44.23%40.78%-
XYZ10.0510.395.48-
YUV89.95109.97138.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 89 (35.16% from 255) = 35.46%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=41.43%
G=35.46%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104895800.140.440.5940.4328.431.76
Hex68593A0E2C3B281c20
Octal150131720165473503440
Binary110100010110011110100111010110011101110100011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68593A; }

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

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

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

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

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

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

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

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