#684F21

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

Shades of Horses Neck #684F21

Tints of Horses Neck #684F21

Color information

#684F21 (or 0x684F21) is unknown color: approx Horses Neck. HEX triplet: 68, 4F and 21. RGB value is (104,79,33). Sum of RGB (Red+Green+Blue) = 104+79+33=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #684F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F21 is #97B0DE. Grayscale: #515151. Windows color (decimal): -9941215 or 2183016. OLE color: 2183016.

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

Color convert

RGB1047933-
CMYK00.240.680.59
HSL38.87º51.82%26.86%-
HSV(B)38.87º68.27%40.78%-
XYZ8.788.642.64-
YUV81.23100.78144.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=48.15%
G=36.57%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104793300.240.680.5938.8751.8226.86
Hex684F21018443B27341b
Octal1501174103010473476433
Binary11010001001111100001011000100010011101110011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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