#665D4E

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

Shades of Makara #665D4E

Tints of Makara #665D4E

Color information

#665D4E (or 0x665D4E) is unknown color: approx Makara. HEX triplet: 66, 5D and 4E. RGB value is (102,93,78). Sum of RGB (Red+Green+Blue) = 102+93+78=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D4E is #99A2B1. Grayscale: #5E5E5E. Windows color (decimal): -10068658 or 5135718. OLE color: 5135718.

HSL color Cylindrical-coordinate representation of color #665D4E: hue angle of 37.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 #665D4E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1029378-
CMYK00.090.240.6
HSL37.5º13.33%35.29%-
HSV(B)37.5º23.53%40%-
XYZ10.7711.28.8-
YUV93.98118.98133.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=37.36%
G=34.07%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102937800.090.240.637.513.3335.29
Hex665D4E09183C26d23
Octal1461351160113074461543
Binary11001101011101100111001001110001111001001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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