#6F5820

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

Shades of Horses Neck #6F5820

Tints of Horses Neck #6F5820

Color information

#6F5820 (or 0x6F5820) is unknown color: approx Horses Neck. HEX triplet: 6F, 58 and 20. RGB value is (111,88,32). Sum of RGB (Red+Green+Blue) = 111+88+32=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5820 is #90A7DF. Grayscale: #585858. Windows color (decimal): -9480160 or 2119791. OLE color: 2119791.

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

Color convert

RGB1118832-
CMYK00.210.710.56
HSL42.53º55.24%28.04%-
HSV(B)42.53º71.17%43.53%-
XYZ10.3110.462.84-
YUV88.4996.12144.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 13.85%
R=48.05%
G=38.10%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111883200.210.710.5642.5355.2428.04
Hex6F582001547382b371c
Octal1571304002510770536734
Binary11011111011000100000010101100011111100010101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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