#665B4A

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

Shades of Makara #665B4A

Tints of Makara #665B4A

Color information

#665B4A (or 0x665B4A) is unknown color: approx Makara. HEX triplet: 66, 5B and 4A. RGB value is (102,91,74). Sum of RGB (Red+Green+Blue) = 102+91+74=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B4A is #99A4B5. Grayscale: #5C5C5C. Windows color (decimal): -10069174 or 4873062. OLE color: 4873062.

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

Color convert

RGB1029174-
CMYK00.110.270.6
HSL36.43º15.91%34.51%-
HSV(B)36.43º27.45%40%-
XYZ10.4610.88.01-
YUV92.35117.64134.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=38.20%
G=34.08%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102917400.110.270.636.4315.9134.51
Hex665B4A0B1B3C241023
Octal1461331120133374442043
Binary110011010110111001010010111101111110010010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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