#6A5D48

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

Shades of Makara #6A5D48

Tints of Makara #6A5D48

Color information

#6A5D48 (or 0x6A5D48) is unknown color: approx Makara. HEX triplet: 6A, 5D and 48. RGB value is (106,93,72). Sum of RGB (Red+Green+Blue) = 106+93+72=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5D48 is #95A2B7. Grayscale: #5E5E5E. Windows color (decimal): -9806520 or 4742506. OLE color: 4742506.

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

Color convert

RGB1069372-
CMYK00.120.320.58
HSL37.06º19.1%34.9%-
HSV(B)37.06º32.08%41.57%-
XYZ11.0311.367.74-
YUV94.49115.31136.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=39.11%
G=34.32%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106937200.120.320.5837.0619.134.9
Hex6A5D480C203A251323
Octal1521351100144072452343
Binary1101010101110110010000110010000011101010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,72); }

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

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

 a { background-color: rgb(106,93,72); }

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

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

 span { border-color: rgb(106,93,72); }

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