#685025

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

Shades of Horses Neck #685025

Tints of Horses Neck #685025

Color information

#685025 (or 0x685025) is unknown color: approx Horses Neck. HEX triplet: 68, 50 and 25. RGB value is (104,80,37). Sum of RGB (Red+Green+Blue) = 104+80+37=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #685025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685025 is #97AFDA. Grayscale: #525252. Windows color (decimal): -9940955 or 2445416. OLE color: 2445416.

HSL color Cylindrical-coordinate representation of color #685025: hue angle of 38.51º 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 #685025 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1048037-
CMYK00.230.640.59
HSL38.51º47.52%27.65%-
HSV(B)38.51º64.42%40.78%-
XYZ8.918.812.98-
YUV82.27102.45143.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=47.06%
G=36.20%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104803700.230.640.5938.5147.5227.65
Hex685025017403B27301c
Octal1501204502710073476034
Binary11010001010000100101010111100000011101110011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685025; }

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

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

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

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

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

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

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

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