#6F5C24

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

Shades of Horses Neck #6F5C24

Tints of Horses Neck #6F5C24

Color information

#6F5C24 (or 0x6F5C24) is unknown color: approx Horses Neck. HEX triplet: 6F, 5C and 24. RGB value is (111,92,36). Sum of RGB (Red+Green+Blue) = 111+92+36=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C24 is #90A3DB. Grayscale: #5B5B5B. Windows color (decimal): -9479132 or 2382959. OLE color: 2382959.

HSL color Cylindrical-coordinate representation of color #6F5C24: hue angle of 44.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F5C24 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1119236-
CMYK00.170.680.56
HSL44.8º51.02%28.82%-
HSV(B)44.8º67.57%43.53%-
XYZ10.711.163.26-
YUV91.396.79142.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.44%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=46.44%
G=38.49%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111923600.170.680.5644.851.0228.82
Hex6F5C2401144382d331d
Octal1571344402110470556335
Binary11011111011100100100010001100010011100010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,36); }

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

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

 a { background-color: rgb(111,92,36); }

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

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

 span { border-color: rgb(111,92,36); }

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