#6D563A

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

Shades of Shingle Fawn #6D563A

Tints of Shingle Fawn #6D563A

Color information

#6D563A (or 0x6D563A) is unknown color: approx Shingle Fawn. HEX triplet: 6D, 56 and 3A. RGB value is (109,86,58). Sum of RGB (Red+Green+Blue) = 109+86+58=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D563A is #92A9C5. Grayscale: #595959. Windows color (decimal): -9611718 or 3823213. OLE color: 3823213.

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

Color convert

RGB1098658-
CMYK00.210.470.57
HSL32.94º30.54%32.75%-
HSV(B)32.94º46.79%42.75%-
XYZ10.410.215.43-
YUV89.68110.12141.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=43.08%
G=33.99%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109865800.210.470.5732.9430.5432.75
Hex6D563A0152F39211f21
Octal155126720255771413741
Binary1101101101011011101001010110111111100110000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,58); }

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

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

 a { background-color: rgb(109,86,58); }

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

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

 span { border-color: rgb(109,86,58); }

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