#6C5E4A

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

Shades of Makara #6C5E4A

Tints of Makara #6C5E4A

Color information

#6C5E4A (or 0x6C5E4A) is unknown color: approx Makara. HEX triplet: 6C, 5E and 4A. RGB value is (108,94,74). Sum of RGB (Red+Green+Blue) = 108+94+74=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5E4A is #93A1B5. Grayscale: #5F5F5F. Windows color (decimal): -9675190 or 4873836. OLE color: 4873836.

HSL color Cylindrical-coordinate representation of color #6C5E4A: hue angle of 35.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C5E4A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1089474-
CMYK00.130.310.58
HSL35.29º18.68%35.69%-
HSV(B)35.29º31.48%42.35%-
XYZ11.4211.698.13-
YUV95.91115.64136.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=39.13%
G=34.06%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108947400.130.310.5835.2918.6835.69
Hex6C5E4A0D1F3A231324
Octal1541361120153772432344
Binary110110010111101001010011011111111101010001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,74); }

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

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

 a { background-color: rgb(108,94,74); }

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

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

 span { border-color: rgb(108,94,74); }

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