#685428

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

Shades of Horses Neck #685428

Tints of Horses Neck #685428

Color information

#685428 (or 0x685428) is unknown color: approx Horses Neck. HEX triplet: 68, 54 and 28. RGB value is (104,84,40). Sum of RGB (Red+Green+Blue) = 104+84+40=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #685428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685428 is #97ABD7. Grayscale: #555555. Windows color (decimal): -9939928 or 2643048. OLE color: 2643048.

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

Color convert

RGB1048440-
CMYK00.190.620.59
HSL41.25º44.44%28.24%-
HSV(B)41.25º61.54%40.78%-
XYZ9.269.443.34-
YUV84.96102.63141.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=45.61%
G=36.84%
B=17.54%

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
Decimal104844000.190.620.5941.2544.4428.24
Hex6854280133E3B292c1c
Octal150124500237673515434
Binary1101000101010010100001001111111011101110100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685428; }

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

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

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

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

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

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

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

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