#6D5126

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

Shades of Horses Neck #6D5126

Tints of Horses Neck #6D5126

Color information

#6D5126 (or 0x6D5126) is unknown color: approx Horses Neck. HEX triplet: 6D, 51 and 26. RGB value is (109,81,38). Sum of RGB (Red+Green+Blue) = 109+81+38=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5126 is #92AED9. Grayscale: #545454. Windows color (decimal): -9613018 or 2511213. OLE color: 2511213.

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

Color convert

RGB1098138-
CMYK00.260.650.57
HSL36.34º48.3%28.82%-
HSV(B)36.34º65.14%42.75%-
XYZ9.69.283.12-
YUV84.47101.78145.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.81%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=47.81%
G=35.53%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109813800.260.650.5736.3448.328.82
Hex6D512601A413924301d
Octal1551214603210171446035
Binary11011011010001100110011010100000111100110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,81,38); }

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

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

 a { background-color: rgb(109,81,38); }

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

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

 span { border-color: rgb(109,81,38); }

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