#6F5A31

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

Shades of Horses Neck #6F5A31

Tints of Horses Neck #6F5A31

Color information

#6F5A31 (or 0x6F5A31) is unknown color: approx Horses Neck. HEX triplet: 6F, 5A and 31. RGB value is (111,90,49). Sum of RGB (Red+Green+Blue) = 111+90+49=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5A31 is #90A5CE. Grayscale: #5B5B5B. Windows color (decimal): -9479631 or 3234415. OLE color: 3234415.

HSL color Cylindrical-coordinate representation of color #6F5A31: hue angle of 39.68º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F5A31 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB1119049-
CMYK00.190.560.56
HSL39.68º38.75%31.37%-
HSV(B)39.68º55.86%43.53%-
XYZ10.7710.914.44-
YUV91.6103.96141.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.4%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=44.4%
G=36%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111904900.190.560.5639.6838.7531.37
Hex6F5A31013383828271f
Octal157132610237070504737
Binary1101111101101011000101001111100011100010100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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