#685336

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

Shades of Horses Neck #685336

Tints of Horses Neck #685336

Color information

#685336 (or 0x685336) is unknown color: approx Horses Neck. HEX triplet: 68, 53 and 36. RGB value is (104,83,54). Sum of RGB (Red+Green+Blue) = 104+83+54=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685336 is #97ACC9. Grayscale: #565656. Windows color (decimal): -9940170 or 3560296. OLE color: 3560296.

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

Color convert

RGB1048354-
CMYK00.200.480.59
HSL34.8º31.65%30.98%-
HSV(B)34.8º48.08%40.78%-
XYZ9.479.44.8-
YUV85.97109.96140.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=43.15%
G=34.44%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104835400.200.480.5934.831.6530.98
Hex685336014303B23201f
Octal150123660246073434037
Binary1101000101001111011001010011000011101110001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685336; }

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

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

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

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

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

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

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

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