#665A4B

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

Shades of Makara #665A4B

Tints of Makara #665A4B

Color information

#665A4B (or 0x665A4B) is unknown color: approx Makara. HEX triplet: 66, 5A and 4B. RGB value is (102,90,75). Sum of RGB (Red+Green+Blue) = 102+90+75=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A4B is #99A5B4. Grayscale: #5B5B5B. Windows color (decimal): -10069429 or 4938342. OLE color: 4938342.

HSL color Cylindrical-coordinate representation of color #665A4B: hue angle of 33.33º 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 #665A4B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1029075-
CMYK00.120.260.6
HSL33.33º15.25%34.71%-
HSV(B)33.33º26.47%40%-
XYZ10.4110.658.16-
YUV91.88118.48135.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=38.20%
G=33.71%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102907500.120.260.633.3315.2534.71
Hex665A4B0C1A3C21f23
Octal1461321130143274411743
Binary11001101011010100101101100110101111001000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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