#6F5727

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

Shades of Horses Neck #6F5727

Tints of Horses Neck #6F5727

Color information

#6F5727 (or 0x6F5727) is unknown color: approx Horses Neck. HEX triplet: 6F, 57 and 27. RGB value is (111,87,39). Sum of RGB (Red+Green+Blue) = 111+87+39=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5727 is #90A8D8. Grayscale: #585858. Windows color (decimal): -9480409 or 2578287. OLE color: 2578287.

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

Color convert

RGB1118739-
CMYK00.220.650.56
HSL40º48%29.41%-
HSV(B)40º64.86%43.53%-
XYZ10.3310.343.37-
YUV88.799.95143.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=46.84%
G=36.71%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111873900.220.650.56404829.41
Hex6F5727016413828301d
Octal1571274702610170506035
Binary11011111010111100111010110100000111100010100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,39); }

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

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

 a { background-color: rgb(111,87,39); }

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

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

 span { border-color: rgb(111,87,39); }

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