#6D5134

Color #6D5134 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #6D5134

Tints of Shingle Fawn #6D5134

Color information

#6D5134 (or 0x6D5134) is unknown color: approx Shingle Fawn. HEX triplet: 6D, 51 and 34. RGB value is (109,81,52). Sum of RGB (Red+Green+Blue) = 109+81+52=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5134 is #92AECB. Grayscale: #565656. Windows color (decimal): -9613004 or 3428717. OLE color: 3428717.

HSL color Cylindrical-coordinate representation of color #6D5134: hue angle of 30.53º 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 #6D5134 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB1098152-
CMYK00.260.520.57
HSL30.53º35.4%31.57%-
HSV(B)30.53º52.29%42.75%-
XYZ9.879.384.54-
YUV86.07108.78144.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.04%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=45.04%
G=33.47%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109815200.260.520.5730.5335.431.57
Hex6D513401A34391f2320
Octal155121640326471374340
Binary1101101101000111010001101011010011100111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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