#685023

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

Shades of Horses Neck #685023

Tints of Horses Neck #685023

Color information

#685023 (or 0x685023) is unknown color: approx Horses Neck. HEX triplet: 68, 50 and 23. RGB value is (104,80,35). Sum of RGB (Red+Green+Blue) = 104+80+35=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685023 is #97AFDC. Grayscale: #525252. Windows color (decimal): -9940957 or 2314344. OLE color: 2314344.

HSL color Cylindrical-coordinate representation of color #685023: hue angle of 39.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #685023 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1048035-
CMYK00.230.660.59
HSL39.13º49.64%27.25%-
HSV(B)39.13º66.35%40.78%-
XYZ8.888.82.82-
YUV82.05101.45143.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=47.49%
G=36.53%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104803500.230.660.5939.1349.6427.25
Hex685023017423B27321b
Octal1501204302710273476233
Binary11010001010000100011010111100001011101110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685023; }

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

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

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

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

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

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

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

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