#6F5321

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

Shades of Horses Neck #6F5321

Tints of Horses Neck #6F5321

Color information

#6F5321 (or 0x6F5321) is unknown color: approx Horses Neck. HEX triplet: 6F, 53 and 21. RGB value is (111,83,33). Sum of RGB (Red+Green+Blue) = 111+83+33=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5321 is #90ACDE. Grayscale: #555555. Windows color (decimal): -9481439 or 2184047. OLE color: 2184047.

HSL color Cylindrical-coordinate representation of color #6F5321: hue angle of 38.46º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F5321 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1118333-
CMYK00.250.700.56
HSL38.46º54.17%28.24%-
HSV(B)38.46º70.27%43.53%-
XYZ9.929.682.78-
YUV85.6798.28146.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=48.90%
G=36.56%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111833300.250.700.5638.4654.1728.24
Hex6F5321019463826361c
Octal1571234103110670466634
Binary11011111010011100001011001100011011100010011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,33); }

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

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

 a { background-color: rgb(111,83,33); }

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

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

 span { border-color: rgb(111,83,33); }

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