#68582E

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

Shades of Horses Neck #68582E

Tints of Horses Neck #68582E

Color information

#68582E (or 0x68582E) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 2E. RGB value is (104,88,46). Sum of RGB (Red+Green+Blue) = 104+88+46=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68582E is #97A7D1. Grayscale: #585858. Windows color (decimal): -9938898 or 3037288. OLE color: 3037288.

HSL color Cylindrical-coordinate representation of color #68582E: hue angle of 43.45º 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 #68582E is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1048846-
CMYK00.150.560.59
HSL43.45º38.67%29.41%-
HSV(B)43.45º55.77%40.78%-
XYZ9.6910.124.03-
YUV88104.3139.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=43.70%
G=36.97%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104884600.150.560.5943.4538.6729.41
Hex68582E0F383B2b271d
Octal150130560177073534735
Binary110100010110001011100111111100011101110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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