#6F5A27

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

Shades of Horses Neck #6F5A27

Tints of Horses Neck #6F5A27

Color information

#6F5A27 (or 0x6F5A27) is unknown color: approx Horses Neck. HEX triplet: 6F, 5A and 27. RGB value is (111,90,39). Sum of RGB (Red+Green+Blue) = 111+90+39=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A27 is #90A5D8. Grayscale: #5A5A5A. Windows color (decimal): -9479641 or 2579055. OLE color: 2579055.

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

Color convert

RGB1119039-
CMYK00.190.650.56
HSL42.5º48%29.41%-
HSV(B)42.5º64.86%43.53%-
XYZ10.5810.843.45-
YUV90.4698.96142.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=46.25%
G=37.5%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111903900.190.650.5642.54829.41
Hex6F5A2701341382a301d
Octal1571324702310170526035
Binary11011111011010100111010011100000111100010101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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