#684F23

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

Shades of Horses Neck #684F23

Tints of Horses Neck #684F23

Color information

#684F23 (or 0x684F23) is unknown color: approx Horses Neck. HEX triplet: 68, 4F and 23. RGB value is (104,79,35). Sum of RGB (Red+Green+Blue) = 104+79+35=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #684F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F23 is #97B0DC. Grayscale: #515151. Windows color (decimal): -9941213 or 2314088. OLE color: 2314088.

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

Color convert

RGB1047935-
CMYK00.240.660.59
HSL38.26º49.64%27.25%-
HSV(B)38.26º66.35%40.78%-
XYZ8.818.662.8-
YUV81.46101.78144.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=47.71%
G=36.24%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104793500.240.660.5938.2649.6427.25
Hex684F23018423B26321b
Octal1501174303010273466233
Binary11010001001111100011011000100001011101110011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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