#6F5524

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

Shades of Horses Neck #6F5524

Tints of Horses Neck #6F5524

Color information

#6F5524 (or 0x6F5524) is unknown color: approx Horses Neck. HEX triplet: 6F, 55 and 24. RGB value is (111,85,36). Sum of RGB (Red+Green+Blue) = 111+85+36=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5524 is #90AADB. Grayscale: #575757. Windows color (decimal): -9480924 or 2381167. OLE color: 2381167.

HSL color Cylindrical-coordinate representation of color #6F5524: hue angle of 39.2º 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 #6F5524 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1118536-
CMYK00.230.680.56
HSL39.2º51.02%28.82%-
HSV(B)39.2º67.57%43.53%-
XYZ10.12103.07-
YUV87.1999.11144.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.84%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 36 (14.45% from 255) = 15.52%
R=47.84%
G=36.64%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111853600.230.680.5639.251.0228.82
Hex6F5524017443827331d
Octal1571254402710470476335
Binary11011111010101100100010111100010011100010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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