#685227

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

Shades of Horses Neck #685227

Tints of Horses Neck #685227

Color information

#685227 (or 0x685227) is unknown color: approx Horses Neck. HEX triplet: 68, 52 and 27. RGB value is (104,82,39). Sum of RGB (Red+Green+Blue) = 104+82+39=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #685227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685227 is #97ADD8. Grayscale: #535353. Windows color (decimal): -9940441 or 2577000. OLE color: 2577000.

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

Color convert

RGB1048239-
CMYK00.210.620.59
HSL39.69º45.45%28.04%-
HSV(B)39.69º62.5%40.78%-
XYZ9.099.123.2-
YUV83.68102.79142.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=46.22%
G=36.44%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104823900.210.620.5939.6945.4528.04
Hex6852270153E3B282d1c
Octal150122470257673505534
Binary1101000101001010011101010111111011101110100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685227; }

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

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

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

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

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

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

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

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