#6D5627

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

Shades of Horses Neck #6D5627

Tints of Horses Neck #6D5627

Color information

#6D5627 (or 0x6D5627) is unknown color: approx Horses Neck. HEX triplet: 6D, 56 and 27. RGB value is (109,86,39). Sum of RGB (Red+Green+Blue) = 109+86+39=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5627 is #92A9D8. Grayscale: #575757. Windows color (decimal): -9611737 or 2578029. OLE color: 2578029.

HSL color Cylindrical-coordinate representation of color #6D5627: hue angle of 40.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D5627 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB1098639-
CMYK00.210.640.57
HSL40.29º47.3%29.02%-
HSV(B)40.29º64.22%42.75%-
XYZ1010.053.33-
YUV87.52100.62143.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=46.58%
G=36.75%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109863900.210.640.5740.2947.329.02
Hex6D56270154039282f1d
Octal1551264702510071505735
Binary11011011010110100111010101100000011100110100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,39); }

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

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

 a { background-color: rgb(109,86,39); }

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

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

 span { border-color: rgb(109,86,39); }

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