#685427

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

Shades of Horses Neck #685427

Tints of Horses Neck #685427

Color information

#685427 (or 0x685427) is unknown color: approx Horses Neck. HEX triplet: 68, 54 and 27. RGB value is (104,84,39). Sum of RGB (Red+Green+Blue) = 104+84+39=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #685427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685427 is #97ABD8. Grayscale: #555555. Windows color (decimal): -9939929 or 2577512. OLE color: 2577512.

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

Color convert

RGB1048439-
CMYK00.190.620.59
HSL41.54º45.45%28.04%-
HSV(B)41.54º62.5%40.78%-
XYZ9.259.433.25-
YUV84.85102.13141.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=45.81%
G=37.00%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104843900.190.620.5941.5445.4528.04
Hex6854270133E3B2a2d1c
Octal150124470237673525534
Binary1101000101010010011101001111111011101110101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685427; }

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

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

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

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

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

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

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

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