#6F552B

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

Shades of Horses Neck #6F552B

Tints of Horses Neck #6F552B

Color information

#6F552B (or 0x6F552B) is unknown color: approx Horses Neck. HEX triplet: 6F, 55 and 2B. RGB value is (111,85,43). Sum of RGB (Red+Green+Blue) = 111+85+43=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F552B is #90AAD4. Grayscale: #585858. Windows color (decimal): -9480917 or 2839919. OLE color: 2839919.

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

Color convert

RGB1118543-
CMYK00.230.610.56
HSL37.06º44.16%30.2%-
HSV(B)37.06º61.26%43.53%-
XYZ10.2410.053.69-
YUV87.99102.61144.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=46.44%
G=35.56%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111854300.230.610.5637.0644.1630.2
Hex6F552B0173D38252c1e
Octal157125530277570455436
Binary1101111101010110101101011111110111100010010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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