#6B5E4D

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

Shades of Makara #6B5E4D

Tints of Makara #6B5E4D

Color information

#6B5E4D (or 0x6B5E4D) is unknown color: approx Makara. HEX triplet: 6B, 5E and 4D. RGB value is (107,94,77). Sum of RGB (Red+Green+Blue) = 107+94+77=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E4D is #94A1B2. Grayscale: #606060. Windows color (decimal): -9740723 or 5070443. OLE color: 5070443.

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

Color convert

RGB1079477-
CMYK00.120.280.58
HSL34º16.3%36.08%-
HSV(B)34º28.04%41.96%-
XYZ11.4111.678.67-
YUV95.95117.31135.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 77 (30.47% from 255) = 27.70%
R=38.49%
G=33.81%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107947700.120.280.583416.336.08
Hex6B5E4D0C1C3A221024
Octal1531361150143472422044
Binary110101110111101001101011001110011101010001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,77); }

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

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

 a { background-color: rgb(107,94,77); }

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

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

 span { border-color: rgb(107,94,77); }

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