#6B655C

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

Shades of Makara #6B655C

Tints of Makara #6B655C

Color information

#6B655C (or 0x6B655C) is unknown color: approx Makara. HEX triplet: 6B, 65 and 5C. RGB value is (107,101,92). Sum of RGB (Red+Green+Blue) = 107+101+92=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B655C is #949AA3. Grayscale: #656565. Windows color (decimal): -9738916 or 6055275. OLE color: 6055275.

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

Color convert

RGB10710192-
CMYK00.060.140.58
HSL36º7.54%39.02%-
HSV(B)36º14.02%41.96%-
XYZ12.6513.2112.01-
YUV101.77122.49131.73-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=35.67%
G=33.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071019200.060.140.58367.5439.02
Hex6B655C06E3A24827
Octal153145134061672441047
Binary110101111001011011100011011101110101001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,92); }

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

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

 a { background-color: rgb(107,101,92); }

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

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

 span { border-color: rgb(107,101,92); }

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