#6A6051

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

Shades of Makara #6A6051

Tints of Makara #6A6051

Color information

#6A6051 (or 0x6A6051) is unknown color: approx Makara. HEX triplet: 6A, 60 and 51. RGB value is (106,96,81). Sum of RGB (Red+Green+Blue) = 106+96+81=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6051 is #959FAE. Grayscale: #616161. Windows color (decimal): -9805743 or 5333098. OLE color: 5333098.

HSL color Cylindrical-coordinate representation of color #6A6051: hue angle of 36º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A6051 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1069681-
CMYK00.090.240.58
HSL36º13.37%36.67%-
HSV(B)36º23.58%41.57%-
XYZ11.6112.029.49-
YUV97.28118.81134.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=37.46%
G=33.92%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106968100.090.240.583613.3736.67
Hex6A605109183A24d25
Octal1521401210113072441545
Binary11010101100000101000101001110001110101001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,81); }

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

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

 a { background-color: rgb(106,96,81); }

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

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

 span { border-color: rgb(106,96,81); }

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