#6D5538

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

Shades of Shingle Fawn #6D5538

Tints of Shingle Fawn #6D5538

Color information

#6D5538 (or 0x6D5538) is unknown color: approx Shingle Fawn. HEX triplet: 6D, 55 and 38. RGB value is (109,85,56). Sum of RGB (Red+Green+Blue) = 109+85+56=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5538 is #92AAC7. Grayscale: #595959. Windows color (decimal): -9611976 or 3691885. OLE color: 3691885.

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

Color convert

RGB1098556-
CMYK00.220.490.57
HSL32.83º32.12%32.35%-
HSV(B)32.83º48.62%42.75%-
XYZ10.2710.035.14-
YUV88.87109.45142.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=43.6%
G=34%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109855600.220.490.5732.8332.1232.35
Hex6D55380163139212020
Octal155125700266171414040
Binary11011011010101111000010110110001111001100001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,56); }

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

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

 a { background-color: rgb(109,85,56); }

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

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

 span { border-color: rgb(109,85,56); }

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