#684F28

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

Shades of Horses Neck #684F28

Tints of Horses Neck #684F28

Color information

#684F28 (or 0x684F28) is unknown color: approx Horses Neck. HEX triplet: 68, 4F and 28. RGB value is (104,79,40). Sum of RGB (Red+Green+Blue) = 104+79+40=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F28 is #97B0D7. Grayscale: #525252. Windows color (decimal): -9941208 or 2641768. OLE color: 2641768.

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

Color convert

RGB1047940-
CMYK00.240.620.59
HSL36.56º44.44%28.24%-
HSV(B)36.56º61.54%40.78%-
XYZ8.898.693.22-
YUV82.03104.28143.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=46.64%
G=35.43%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104794000.240.620.5936.5644.4428.24
Hex684F280183E3B252c1c
Octal150117500307673455434
Binary1101000100111110100001100011111011101110010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684F28; }

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

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

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

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

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

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

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

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