#6F6352

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

Shades of Makara #6F6352

Tints of Makara #6F6352

Color information

#6F6352 (or 0x6F6352) is unknown color: approx Makara. HEX triplet: 6F, 63 and 52. RGB value is (111,99,82). Sum of RGB (Red+Green+Blue) = 111+99+82=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6352 is #909CAD. Grayscale: #646464. Windows color (decimal): -9477294 or 5399407. OLE color: 5399407.

HSL color Cylindrical-coordinate representation of color #6F6352: hue angle of 35.17º 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 #6F6352 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1119982-
CMYK00.110.260.56
HSL35.17º15.03%37.84%-
HSV(B)35.17º26.13%43.53%-
XYZ12.5412.919.81-
YUV100.65117.48135.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=38.01%
G=33.90%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111998200.110.260.5635.1715.0337.84
Hex6F63520B1A3823f26
Octal1571431220133270431746
Binary11011111100011101001001011110101110001000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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