#685334

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

Shades of Horses Neck #685334

Tints of Horses Neck #685334

Color information

#685334 (or 0x685334) is unknown color: approx Horses Neck. HEX triplet: 68, 53 and 34. RGB value is (104,83,52). Sum of RGB (Red+Green+Blue) = 104+83+52=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #685334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685334 is #97ACCB. Grayscale: #555555. Windows color (decimal): -9940172 or 3429224. OLE color: 3429224.

HSL color Cylindrical-coordinate representation of color #685334: hue angle of 35.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #685334 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1048352-
CMYK00.200.500.59
HSL35.77º33.33%30.59%-
HSV(B)35.77º50%40.78%-
XYZ9.429.384.56-
YUV85.74108.96141.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=43.51%
G=34.73%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104835200.200.500.5935.7733.3330.59
Hex685334014323B24211f
Octal150123640246273444137
Binary1101000101001111010001010011001011101110010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685334; }

 p { color: rgb(104,83,52); }

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

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

 a { background-color: rgb(104,83,52); }

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

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

 span { border-color: rgb(104,83,52); }

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