#6A563A

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

Shades of Shingle Fawn #6A563A

Tints of Shingle Fawn #6A563A

Color information

#6A563A (or 0x6A563A) is unknown color: approx Shingle Fawn. HEX triplet: 6A, 56 and 3A. RGB value is (106,86,58). Sum of RGB (Red+Green+Blue) = 106+86+58=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A563A is #95A9C5. Grayscale: #585858. Windows color (decimal): -9808326 or 3823210. OLE color: 3823210.

HSL color Cylindrical-coordinate representation of color #6A563A: hue angle of 35º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A563A is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1068658-
CMYK00.190.450.58
HSL35º29.27%32.16%-
HSV(B)35º45.28%41.57%-
XYZ10.0410.035.41-
YUV88.79110.63140.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=42.4%
G=34.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106865800.190.450.583529.2732.16
Hex6A563A0132D3A231d20
Octal152126720235572433540
Binary1101010101011011101001001110110111101010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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