#665B4E

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

Shades of Makara #665B4E

Tints of Makara #665B4E

Color information

#665B4E (or 0x665B4E) is unknown color: approx Makara. HEX triplet: 66, 5B and 4E. RGB value is (102,91,78). Sum of RGB (Red+Green+Blue) = 102+91+78=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B4E is #99A4B1. Grayscale: #5C5C5C. Windows color (decimal): -10069170 or 5135206. OLE color: 5135206.

HSL color Cylindrical-coordinate representation of color #665B4E: hue angle of 32.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #665B4E is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1029178-
CMYK00.110.240.6
HSL32.5º13.33%35.29%-
HSV(B)32.5º23.53%40%-
XYZ10.610.868.74-
YUV92.81119.64134.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=37.64%
G=33.58%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102917800.110.240.632.513.3335.29
Hex665B4E0B183C21d23
Octal1461331160133074411543
Binary11001101011011100111001011110001111001000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665B4E; }

 p { color: rgb(102,91,78); }

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

<style>
 a { background-color: #665B4E; }

 a { background-color: rgb(102,91,78); }

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

<style>
 span { border-color: #665B4E; }

 span { border-color: rgb(102,91,78); }

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