#68592A

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

Shades of Horses Neck #68592A

Tints of Horses Neck #68592A

Color information

#68592A (or 0x68592A) is unknown color: approx Horses Neck. HEX triplet: 68, 59 and 2A. RGB value is (104,89,42). Sum of RGB (Red+Green+Blue) = 104+89+42=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68592A is #97A6D5. Grayscale: #585858. Windows color (decimal): -9938646 or 2775400. OLE color: 2775400.

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

Color convert

RGB1048942-
CMYK00.140.600.59
HSL45.48º42.47%28.63%-
HSV(B)45.48º59.62%40.78%-
XYZ9.710.253.66-
YUV88.13101.97139.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=44.26%
G=37.87%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104894200.140.600.5945.4842.4728.63
Hex68592A0E3C3B2d2a1d
Octal150131520167473555235
Binary110100010110011010100111011110011101110110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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