#6B5F4E

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

Shades of Makara #6B5F4E

Tints of Makara #6B5F4E

Color information

#6B5F4E (or 0x6B5F4E) is unknown color: approx Makara. HEX triplet: 6B, 5F and 4E. RGB value is (107,95,78). Sum of RGB (Red+Green+Blue) = 107+95+78=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F4E is #94A0B1. Grayscale: #606060. Windows color (decimal): -9740466 or 5136235. OLE color: 5136235.

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

Color convert

RGB1079578-
CMYK00.110.270.58
HSL35.17º15.68%36.27%-
HSV(B)35.17º27.1%41.96%-
XYZ11.5311.868.89-
YUV96.65117.48135.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.21%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=38.21%
G=33.93%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107957800.110.270.5835.1715.6836.27
Hex6B5F4E0B1B3A231024
Octal1531371160133372432044
Binary110101110111111001110010111101111101010001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,95,78); }

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

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

 a { background-color: rgb(107,95,78); }

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

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

 span { border-color: rgb(107,95,78); }

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