#6F5127

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

Shades of Horses Neck #6F5127

Tints of Horses Neck #6F5127

Color information

#6F5127 (or 0x6F5127) is unknown color: approx Horses Neck. HEX triplet: 6F, 51 and 27. RGB value is (111,81,39). Sum of RGB (Red+Green+Blue) = 111+81+39=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5127 is #90AED8. Grayscale: #555555. Windows color (decimal): -9481945 or 2576751. OLE color: 2576751.

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

Color convert

RGB1118139-
CMYK00.270.650.56
HSL35º48%29.41%-
HSV(B)35º64.86%43.53%-
XYZ9.869.413.22-
YUV85.18101.94146.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=48.05%
G=35.06%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111813900.270.650.56354829.41
Hex6F512701B413823301d
Octal1571214703310170436035
Binary11011111010001100111011011100000111100010001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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