#6D582E

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

Shades of Horses Neck #6D582E

Tints of Horses Neck #6D582E

Color information

#6D582E (or 0x6D582E) is unknown color: approx Horses Neck. HEX triplet: 6D, 58 and 2E. RGB value is (109,88,46). Sum of RGB (Red+Green+Blue) = 109+88+46=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D582E is #92A7D1. Grayscale: #595959. Windows color (decimal): -9611218 or 3037293. OLE color: 3037293.

HSL color Cylindrical-coordinate representation of color #6D582E: hue angle of 40º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D582E is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB1098846-
CMYK00.190.580.57
HSL40º40.65%30.39%-
HSV(B)40º57.8%42.75%-
XYZ10.2910.434.06-
YUV89.49103.46141.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.86%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=44.86%
G=36.21%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109884600.190.580.574040.6530.39
Hex6D582E0133A3928291e
Octal155130560237271505136
Binary1101101101100010111001001111101011100110100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,88,46); }

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

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

 a { background-color: rgb(109,88,46); }

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

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

 span { border-color: rgb(109,88,46); }

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