#684F25

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

Shades of Horses Neck #684F25

Tints of Horses Neck #684F25

Color information

#684F25 (or 0x684F25) is unknown color: approx Horses Neck. HEX triplet: 68, 4F and 25. RGB value is (104,79,37). Sum of RGB (Red+Green+Blue) = 104+79+37=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F25 is #97B0DA. Grayscale: #515151. Windows color (decimal): -9941211 or 2445160. OLE color: 2445160.

HSL color Cylindrical-coordinate representation of color #684F25: hue angle of 37.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684F25 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1047937-
CMYK00.240.640.59
HSL37.61º47.52%27.65%-
HSV(B)37.61º64.42%40.78%-
XYZ8.848.672.96-
YUV81.69102.78143.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=47.27%
G=35.91%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104793700.240.640.5937.6147.5227.65
Hex684F25018403B26301c
Octal1501174503010073466034
Binary11010001001111100101011000100000011101110011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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