#6E614E

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

Shades of Makara #6E614E

Tints of Makara #6E614E

Color information

#6E614E (or 0x6E614E) is unknown color: approx Makara. HEX triplet: 6E, 61 and 4E. RGB value is (110,97,78). Sum of RGB (Red+Green+Blue) = 110+97+78=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E614E is #919EB1. Grayscale: #626262. Windows color (decimal): -9543346 or 5136750. OLE color: 5136750.

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

Color convert

RGB1109778-
CMYK00.120.290.57
HSL35.63º17.02%36.86%-
HSV(B)35.63º29.09%43.14%-
XYZ12.0812.418.97-
YUV98.72116.31136.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=38.60%
G=34.04%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110977800.120.290.5735.6317.0236.86
Hex6E614E0C1D39241125
Octal1561411160143571442145
Binary110111011000011001110011001110111100110010010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,97,78); }

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

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

 a { background-color: rgb(110,97,78); }

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

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

 span { border-color: rgb(110,97,78); }

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