#6D5C1E

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

Shades of Horses Neck #6D5C1E

Tints of Horses Neck #6D5C1E

Color information

#6D5C1E (or 0x6D5C1E) is unknown color: approx Horses Neck. HEX triplet: 6D, 5C and 1E. RGB value is (109,92,30). Sum of RGB (Red+Green+Blue) = 109+92+30=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C1E is #92A3E1. Grayscale: #5A5A5A. Windows color (decimal): -9610210 or 1989741. OLE color: 1989741.

HSL color Cylindrical-coordinate representation of color #6D5C1E: hue angle of 47.09º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D5C1E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB1099230-
CMYK00.160.720.57
HSL47.09º56.83%27.25%-
HSV(B)47.09º72.48%42.75%-
XYZ10.37112.8-
YUV90.0294.13141.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=47.19%
G=39.83%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109923000.160.720.5747.0956.8327.25
Hex6D5C1E01048392f391b
Octal1551343602011071577133
Binary1101101101110011110010000100100011100110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,92,30); }

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

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

 a { background-color: rgb(109,92,30); }

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

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

 span { border-color: rgb(109,92,30); }

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