#6A593A

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

Shades of Shingle Fawn #6A593A

Tints of Shingle Fawn #6A593A

Color information

#6A593A (or 0x6A593A) is unknown color: approx Shingle Fawn. HEX triplet: 6A, 59 and 3A. RGB value is (106,89,58). Sum of RGB (Red+Green+Blue) = 106+89+58=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 106 - color contains mainly: red. Hex color #6A593A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A593A is #95A6C5. Grayscale: #5A5A5A. Windows color (decimal): -9807558 or 3823978. OLE color: 3823978.

HSL color Cylindrical-coordinate representation of color #6A593A: hue angle of 38.75º 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 #6A593A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1068958-
CMYK00.160.450.58
HSL38.75º29.27%32.16%-
HSV(B)38.75º45.28%41.57%-
XYZ10.2810.515.49-
YUV90.55109.63139.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.90%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=41.90%
G=35.18%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106895800.160.450.5838.7529.2732.16
Hex6A593A0102D3A271d20
Octal152131720205572473540
Binary1101010101100111101001000010110111101010011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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