#6F614D

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

Shades of Makara #6F614D

Tints of Makara #6F614D

Color information

#6F614D (or 0x6F614D) is unknown color: approx Makara. HEX triplet: 6F, 61 and 4D. RGB value is (111,97,77). Sum of RGB (Red+Green+Blue) = 111+97+77=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F614D is #909EB2. Grayscale: #636363. Windows color (decimal): -9477811 or 5071215. OLE color: 5071215.

HSL color Cylindrical-coordinate representation of color #6F614D: hue angle of 35.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F614D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1119777-
CMYK00.130.310.56
HSL35.29º18.09%36.86%-
HSV(B)35.29º30.63%43.53%-
XYZ12.1712.468.79-
YUV98.91115.64136.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=38.95%
G=34.04%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111977700.130.310.5635.2918.0936.86
Hex6F614D0D1F38231225
Octal1571411150153770432245
Binary110111111000011001101011011111111100010001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,77); }

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

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

 a { background-color: rgb(111,97,77); }

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

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

 span { border-color: rgb(111,97,77); }

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