#6D5238

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

Shades of Shingle Fawn #6D5238

Tints of Shingle Fawn #6D5238

Color information

#6D5238 (or 0x6D5238) is unknown color: approx Shingle Fawn. HEX triplet: 6D, 52 and 38. RGB value is (109,82,56). Sum of RGB (Red+Green+Blue) = 109+82+56=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5238 is #92ADC7. Grayscale: #575757. Windows color (decimal): -9612744 or 3691117. OLE color: 3691117.

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

Color convert

RGB1098256-
CMYK00.250.490.57
HSL29.43º32.12%32.35%-
HSV(B)29.43º48.62%42.75%-
XYZ10.049.575.06-
YUV87.11110.45143.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=44.13%
G=33.20%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109825600.250.490.5729.4332.1232.35
Hex6D523801931391d2020
Octal155122700316171354040
Binary1101101101001011100001100111000111100111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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