#68582D

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

Shades of Horses Neck #68582D

Tints of Horses Neck #68582D

Color information

#68582D (or 0x68582D) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 2D. RGB value is (104,88,45). Sum of RGB (Red+Green+Blue) = 104+88+45=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #68582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68582D is #97A7D2. Grayscale: #585858. Windows color (decimal): -9938899 or 2971752. OLE color: 2971752.

HSL color Cylindrical-coordinate representation of color #68582D: hue angle of 43.73º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68582D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1048845-
CMYK00.150.570.59
HSL43.73º39.6%29.22%-
HSV(B)43.73º56.73%40.78%-
XYZ9.6710.113.92-
YUV87.88103.8139.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=43.88%
G=37.13%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104884500.150.570.5943.7339.629.22
Hex68582D0F393B2c281d
Octal150130550177173545035
Binary110100010110001011010111111100111101110110010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68582D; }

 p { color: rgb(104,88,45); }

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

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

 a { background-color: rgb(104,88,45); }

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

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

 span { border-color: rgb(104,88,45); }

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