#6F614E

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

Shades of Makara #6F614E

Tints of Makara #6F614E

Color information

#6F614E (or 0x6F614E) is unknown color: approx Makara. HEX triplet: 6F, 61 and 4E. RGB value is (111,97,78). Sum of RGB (Red+Green+Blue) = 111+97+78=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F614E is #909EB1. Grayscale: #636363. Windows color (decimal): -9477810 or 5136751. OLE color: 5136751.

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

Color convert

RGB1119778-
CMYK00.130.300.56
HSL34.55º17.46%37.06%-
HSV(B)34.55º29.73%43.53%-
XYZ12.2112.488.97-
YUV99.02116.14136.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=38.81%
G=33.92%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111977800.130.300.5634.5517.4637.06
Hex6F614E0D1E38231125
Octal1571411160153670432145
Binary110111111000011001110011011111011100010001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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