#665B4B

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

Shades of Makara #665B4B

Tints of Makara #665B4B

Color information

#665B4B (or 0x665B4B) is unknown color: approx Makara. HEX triplet: 66, 5B and 4B. RGB value is (102,91,75). Sum of RGB (Red+Green+Blue) = 102+91+75=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B4B is #99A4B4. Grayscale: #5C5C5C. Windows color (decimal): -10069173 or 4938598. OLE color: 4938598.

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

Color convert

RGB1029175-
CMYK00.110.260.6
HSL35.56º15.25%34.71%-
HSV(B)35.56º26.47%40%-
XYZ10.4910.818.19-
YUV92.46118.14134.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=38.06%
G=33.96%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102917500.110.260.635.5615.2534.71
Hex665B4B0B1A3C24f23
Octal1461331130133274441743
Binary11001101011011100101101011110101111001001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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