#6E5F4B

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

Shades of Makara #6E5F4B

Tints of Makara #6E5F4B

Color information

#6E5F4B (or 0x6E5F4B) is unknown color: approx Makara. HEX triplet: 6E, 5F and 4B. RGB value is (110,95,75). Sum of RGB (Red+Green+Blue) = 110+95+75=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5F4B is #91A0B4. Grayscale: #616161. Windows color (decimal): -9543861 or 4939630. OLE color: 4939630.

HSL color Cylindrical-coordinate representation of color #6E5F4B: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E5F4B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1109575-
CMYK00.140.320.57
HSL34.29º18.92%36.27%-
HSV(B)34.29º31.82%43.14%-
XYZ11.7912.018.35-
YUV97.2115.47137.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.29%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=39.29%
G=33.93%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110957500.140.320.5734.2918.9236.27
Hex6E5F4B0E2039221324
Octal1561371130164071422344
Binary1101110101111110010110111010000011100110001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,75); }

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

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

 a { background-color: rgb(110,95,75); }

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

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

 span { border-color: rgb(110,95,75); }

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