#6A5E50

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

Shades of Makara #6A5E50

Tints of Makara #6A5E50

Color information

#6A5E50 (or 0x6A5E50) is unknown color: approx Makara. HEX triplet: 6A, 5E and 50. RGB value is (106,94,80). Sum of RGB (Red+Green+Blue) = 106+94+80=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5E50 is #95A1AF. Grayscale: #606060. Windows color (decimal): -9806256 or 5267050. OLE color: 5267050.

HSL color Cylindrical-coordinate representation of color #6A5E50: hue angle of 32.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5E50 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1069480-
CMYK00.110.250.58
HSL32.31º13.98%36.47%-
HSV(B)32.31º24.53%41.57%-
XYZ11.3911.659.24-
YUV95.99118.98135.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=37.86%
G=33.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106948000.110.250.5832.3113.9836.47
Hex6A5E500B193A20e24
Octal1521361200133172401644
Binary11010101011110101000001011110011110101000001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,94,80); }

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

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

 a { background-color: rgb(106,94,80); }

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

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

 span { border-color: rgb(106,94,80); }

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