#6A5637

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

Shades of Shingle Fawn #6A5637

Tints of Shingle Fawn #6A5637

Color information

#6A5637 (or 0x6A5637) is unknown color: approx Shingle Fawn. HEX triplet: 6A, 56 and 37. RGB value is (106,86,55). Sum of RGB (Red+Green+Blue) = 106+86+55=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5637 is #95A9C8. Grayscale: #585858. Windows color (decimal): -9808329 or 3626602. OLE color: 3626602.

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

Color convert

RGB1068655-
CMYK00.190.480.58
HSL36.47º31.68%31.57%-
HSV(B)36.47º48.11%41.57%-
XYZ9.96105.02-
YUV88.45109.13140.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=42.91%
G=34.82%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106865500.190.480.5836.4731.6831.57
Hex6A5637013303A242020
Octal152126670236072444040
Binary11010101010110110111010011110000111010100100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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