#6A655D

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

Shades of Makara #6A655D

Tints of Makara #6A655D

Color information

#6A655D (or 0x6A655D) is unknown color: approx Makara. HEX triplet: 6A, 65 and 5D. RGB value is (106,101,93). Sum of RGB (Red+Green+Blue) = 106+101+93=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A655D is #959AA2. Grayscale: #656565. Windows color (decimal): -9804451 or 6120810. OLE color: 6120810.

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

Color convert

RGB10610193-
CMYK00.050.120.58
HSL36.92º6.53%39.02%-
HSV(B)36.92º12.26%41.57%-
XYZ12.5713.1612.23-
YUV101.58123.16131.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=35.33%
G=33.67%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061019300.050.120.5836.926.5339.02
Hex6A655D05C3A25727
Octal15214513505147245747
Binary11010101100101101110101011100111010100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,93); }

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

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

 a { background-color: rgb(106,101,93); }

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

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

 span { border-color: rgb(106,101,93); }

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