#6C6352

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

Shades of Makara #6C6352

Tints of Makara #6C6352

Color information

#6C6352 (or 0x6C6352) is unknown color: approx Makara. HEX triplet: 6C, 63 and 52. RGB value is (108,99,82). Sum of RGB (Red+Green+Blue) = 108+99+82=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6352 is #939CAD. Grayscale: #636363. Windows color (decimal): -9673902 or 5399404. OLE color: 5399404.

HSL color Cylindrical-coordinate representation of color #6C6352: hue angle of 39.23º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6352 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1089982-
CMYK00.080.240.58
HSL39.23º13.68%37.25%-
HSV(B)39.23º24.07%42.35%-
XYZ12.1712.729.8-
YUV99.75117.98133.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.37%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=37.37%
G=34.26%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108998200.080.240.5839.2313.6837.25
Hex6C635208183A27e25
Octal1541431220103072471645
Binary11011001100011101001001000110001110101001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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