#665A46

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

Shades of Makara #665A46

Tints of Makara #665A46

Color information

#665A46 (or 0x665A46) is unknown color: approx Makara. HEX triplet: 66, 5A and 46. RGB value is (102,90,70). Sum of RGB (Red+Green+Blue) = 102+90+70=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #665A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A46 is #99A5B9. Grayscale: #5B5B5B. Windows color (decimal): -10069434 or 4610662. OLE color: 4610662.

HSL color Cylindrical-coordinate representation of color #665A46: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665A46 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1029070-
CMYK00.120.310.6
HSL37.5º18.6%33.73%-
HSV(B)37.5º31.37%40%-
XYZ10.2410.587.3-
YUV91.31115.98135.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=38.93%
G=34.35%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102907000.120.310.637.518.633.73
Hex665A460C1F3C261322
Octal1461321060143774462342
Binary110011010110101000110011001111111110010011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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