#6F5621

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

Shades of Horses Neck #6F5621

Tints of Horses Neck #6F5621

Color information

#6F5621 (or 0x6F5621) is unknown color: approx Horses Neck. HEX triplet: 6F, 56 and 21. RGB value is (111,86,33). Sum of RGB (Red+Green+Blue) = 111+86+33=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5621 is #90A9DE. Grayscale: #575757. Windows color (decimal): -9480671 or 2184815. OLE color: 2184815.

HSL color Cylindrical-coordinate representation of color #6F5621: hue angle of 40.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F5621 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1118633-
CMYK00.230.700.56
HSL40.77º54.17%28.24%-
HSV(B)40.77º70.27%43.53%-
XYZ10.1610.142.86-
YUV87.4397.28144.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=48.26%
G=37.39%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111863300.230.700.5640.7754.1728.24
Hex6F5621017463829361c
Octal1571264102710670516634
Binary11011111010110100001010111100011011100010100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F5621; }

 p { color: rgb(111,86,33); }

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

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

 a { background-color: rgb(111,86,33); }

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

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

 span { border-color: rgb(111,86,33); }

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