#6F5627

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

Shades of Horses Neck #6F5627

Tints of Horses Neck #6F5627

Color information

#6F5627 (or 0x6F5627) is unknown color: approx Horses Neck. HEX triplet: 6F, 56 and 27. RGB value is (111,86,39). Sum of RGB (Red+Green+Blue) = 111+86+39=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5627 is #90A9D8. Grayscale: #585858. Windows color (decimal): -9480665 or 2578031. OLE color: 2578031.

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

Color convert

RGB1118639-
CMYK00.230.650.56
HSL39.17º48%29.41%-
HSV(B)39.17º64.86%43.53%-
XYZ10.2510.183.34-
YUV88.12100.28144.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=47.03%
G=36.44%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111863900.230.650.5639.174829.41
Hex6F5627017413827301d
Octal1571264702710170476035
Binary11011111010110100111010111100000111100010011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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