#6F6252

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

Shades of Makara #6F6252

Tints of Makara #6F6252

Color information

#6F6252 (or 0x6F6252) is unknown color: approx Makara. HEX triplet: 6F, 62 and 52. RGB value is (111,98,82). Sum of RGB (Red+Green+Blue) = 111+98+82=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6252 is #909DAD. Grayscale: #646464. Windows color (decimal): -9477550 or 5399151. OLE color: 5399151.

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

Color convert

RGB1119882-
CMYK00.120.260.56
HSL33.1º15.03%37.84%-
HSV(B)33.1º26.13%43.53%-
XYZ12.4512.729.78-
YUV100.06117.81135.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=38.14%
G=33.68%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111988200.120.260.5633.115.0337.84
Hex6F62520C1A3821f26
Octal1571421220143270411746
Binary11011111100010101001001100110101110001000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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