#6D5C34

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

Shades of Horses Neck #6D5C34

Tints of Horses Neck #6D5C34

Color information

#6D5C34 (or 0x6D5C34) is unknown color: approx Horses Neck. HEX triplet: 6D, 5C and 34. RGB value is (109,92,52). Sum of RGB (Red+Green+Blue) = 109+92+52=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5C34 is #92A3CB. Grayscale: #5C5C5C. Windows color (decimal): -9610188 or 3431533. OLE color: 3431533.

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

Color convert

RGB1099252-
CMYK00.160.520.57
HSL42.11º35.4%31.57%-
HSV(B)42.11º52.29%42.75%-
XYZ10.7511.154.83-
YUV92.52105.13139.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=43.08%
G=36.36%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109925200.160.520.5742.1135.431.57
Hex6D5C3401034392a2320
Octal155134640206471524340
Binary11011011011100110100010000110100111001101010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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