#6F552E

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

Shades of Horses Neck #6F552E

Tints of Horses Neck #6F552E

Color information

#6F552E (or 0x6F552E) is unknown color: approx Horses Neck. HEX triplet: 6F, 55 and 2E. RGB value is (111,85,46). Sum of RGB (Red+Green+Blue) = 111+85+46=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F552E is #90AAD1. Grayscale: #585858. Windows color (decimal): -9480914 or 3036527. OLE color: 3036527.

HSL color Cylindrical-coordinate representation of color #6F552E: hue angle of 36º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F552E is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1118546-
CMYK00.230.590.56
HSL36º41.4%30.78%-
HSV(B)36º58.56%43.53%-
XYZ10.310.073.99-
YUV88.33104.11144.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=45.87%
G=35.12%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111854600.230.590.563641.430.78
Hex6F552E0173B3824291f
Octal157125560277370445137
Binary1101111101010110111001011111101111100010010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,46); }

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

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

 a { background-color: rgb(111,85,46); }

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

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

 span { border-color: rgb(111,85,46); }

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