#685125

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

Shades of Horses Neck #685125

Tints of Horses Neck #685125

Color information

#685125 (or 0x685125) is unknown color: approx Horses Neck. HEX triplet: 68, 51 and 25. RGB value is (104,81,37). Sum of RGB (Red+Green+Blue) = 104+81+37=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #685125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685125 is #97AEDA. Grayscale: #535353. Windows color (decimal): -9940699 or 2445672. OLE color: 2445672.

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

Color convert

RGB1048137-
CMYK00.220.640.59
HSL39.4º47.52%27.65%-
HSV(B)39.4º64.42%40.78%-
XYZ8.998.963.01-
YUV82.86102.12143.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=46.85%
G=36.49%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104813700.220.640.5939.447.5227.65
Hex685125016403B27301c
Octal1501214502610073476034
Binary11010001010001100101010110100000011101110011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685125; }

 p { color: rgb(104,81,37); }

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

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

 a { background-color: rgb(104,81,37); }

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

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

 span { border-color: rgb(104,81,37); }

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