#6D5430

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

Shades of Horses Neck #6D5430

Tints of Horses Neck #6D5430

Color information

#6D5430 (or 0x6D5430) is unknown color: approx Horses Neck. HEX triplet: 6D, 54 and 30. RGB value is (109,84,48). Sum of RGB (Red+Green+Blue) = 109+84+48=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5430 is #92ABCF. Grayscale: #575757. Windows color (decimal): -9612240 or 3167341. OLE color: 3167341.

HSL color Cylindrical-coordinate representation of color #6D5430: hue angle of 35.41º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D5430 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB1098448-
CMYK00.230.560.57
HSL35.41º38.85%30.78%-
HSV(B)35.41º55.96%42.75%-
XYZ10.019.814.16-
YUV87.37105.78143.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=45.23%
G=34.85%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109844800.230.560.5735.4138.8530.78
Hex6D5430017383923271f
Octal155124600277071434737
Binary1101101101010011000001011111100011100110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,48); }

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

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

 a { background-color: rgb(109,84,48); }

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

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

 span { border-color: rgb(109,84,48); }

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