#6F6251

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

Shades of Makara #6F6251

Tints of Makara #6F6251

Color information

#6F6251 (or 0x6F6251) is unknown color: approx Makara. HEX triplet: 6F, 62 and 51. RGB value is (111,98,81). Sum of RGB (Red+Green+Blue) = 111+98+81=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6251 is #909DAE. Grayscale: #646464. Windows color (decimal): -9477551 or 5333615. OLE color: 5333615.

HSL color Cylindrical-coordinate representation of color #6F6251: hue angle of 34º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F6251 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1119881-
CMYK00.120.270.56
HSL34º15.62%37.65%-
HSV(B)34º27.03%43.53%-
XYZ12.4112.719.58-
YUV99.95117.31135.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 81 (32.03% from 255) = 27.93%
R=38.28%
G=33.79%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111988100.120.270.563415.6237.65
Hex6F62510C1B38221026
Octal1571421210143370422046
Binary110111111000101010001011001101111100010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,98,81); }

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

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

 a { background-color: rgb(111,98,81); }

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

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

 span { border-color: rgb(111,98,81); }

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