#6F5829

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

Shades of Horses Neck #6F5829

Tints of Horses Neck #6F5829

Color information

#6F5829 (or 0x6F5829) is unknown color: approx Horses Neck. HEX triplet: 6F, 58 and 29. RGB value is (111,88,41). Sum of RGB (Red+Green+Blue) = 111+88+41=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5829 is #90A7D6. Grayscale: #595959. Windows color (decimal): -9480151 or 2709615. OLE color: 2709615.

HSL color Cylindrical-coordinate representation of color #6F5829: hue angle of 40.29º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F5829 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1118841-
CMYK00.210.630.56
HSL40.29º46.05%29.8%-
HSV(B)40.29º63.06%43.53%-
XYZ10.4510.523.58-
YUV89.52100.62143.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=46.25%
G=36.67%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111884100.210.630.5640.2946.0529.8
Hex6F58290153F38282e1e
Octal157130510257770505636
Binary1101111101100010100101010111111111100010100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,41); }

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

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

 a { background-color: rgb(111,88,41); }

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

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

 span { border-color: rgb(111,88,41); }

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