#6D6050

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

Shades of Makara #6D6050

Tints of Makara #6D6050

Color information

#6D6050 (or 0x6D6050) is unknown color: approx Makara. HEX triplet: 6D, 60 and 50. RGB value is (109,96,80). Sum of RGB (Red+Green+Blue) = 109+96+80=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6050 is #929FAF. Grayscale: #626262. Windows color (decimal): -9609136 or 5267565. OLE color: 5267565.

HSL color Cylindrical-coordinate representation of color #6D6050: hue angle of 33.1º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D6050 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB1099680-
CMYK00.120.270.57
HSL33.1º15.34%37.06%-
HSV(B)33.1º26.61%42.75%-
XYZ11.9412.29.31-
YUV98.06117.81135.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=38.25%
G=33.68%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109968000.120.270.5733.115.3437.06
Hex6D60500C1B3921f25
Octal1551401200143371411745
Binary11011011100000101000001100110111110011000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,96,80); }

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

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

 a { background-color: rgb(109,96,80); }

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

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

 span { border-color: rgb(109,96,80); }

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