#685229

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

Shades of Horses Neck #685229

Tints of Horses Neck #685229

Color information

#685229 (or 0x685229) is unknown color: approx Horses Neck. HEX triplet: 68, 52 and 29. RGB value is (104,82,41). Sum of RGB (Red+Green+Blue) = 104+82+41=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #685229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685229 is #97ADD6. Grayscale: #545454. Windows color (decimal): -9940439 or 2708072. OLE color: 2708072.

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

Color convert

RGB1048241-
CMYK00.210.610.59
HSL39.05º43.45%28.43%-
HSV(B)39.05º60.58%40.78%-
XYZ9.139.143.38-
YUV83.9103.79142.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=45.81%
G=36.12%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104824100.210.610.5939.0543.4528.43
Hex6852290153D3B272b1c
Octal150122510257573475334
Binary1101000101001010100101010111110111101110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685229; }

 p { color: rgb(104,82,41); }

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

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

 a { background-color: rgb(104,82,41); }

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

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

 span { border-color: rgb(104,82,41); }

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